pub enum UnionRequest {
JustOneMethod {
control_handle: UnionControlHandle,
},
}
Variants§
JustOneMethod
Fields
§
control_handle: UnionControlHandle
Implementations§
source§impl UnionRequest
impl UnionRequest
pub fn into_just_one_method(self) -> Option<UnionControlHandle>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL