Skip to main content

IsntBarrierWaitResultExt

Trait IsntBarrierWaitResultExt 

Source
pub trait IsntBarrierWaitResultExt: Sealed {
    // Required method
    fn is_not_leader(&self) -> bool;
}
Expand description

Extension for BarrierWaitResult

Required Methods§

Source

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".

Implementations on Foreign Types§

Source§

impl IsntBarrierWaitResultExt for BarrierWaitResult

Implementors§