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