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