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