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