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