pub trait ZeroLamport {
    fn is_zero_lamport(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors