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