pub trait LatchProbe {
    fn is_set(&self) -> bool;
}

Required Methods§

Test if the latch is set.

Implementations on Foreign Types§

Implementors§