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