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