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