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