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