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