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