pub trait IsntBarrierWaitResultExt: Sealed {
// Required method
fn is_not_leader(&self) -> bool;
}Expand description
Extension for BarrierWaitResult
Required Methods§
Sourcefn is_not_leader(&self) -> bool
fn is_not_leader(&self) -> bool
The negation of is_leader
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".