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