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