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