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