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