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