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