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