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