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