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