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