Trait bitsetium::BitEmpty[][src]

pub trait BitEmpty {
    fn empty() -> Self;
}

Required methods

Returns empty bitset for which all bits are unset.

Implementations on Foreign Types

Implementors