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