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