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