Trait bitsetium::BitFull[][src]

pub trait BitFull {
    fn full() -> Self;
}

Required methods

Returns full bitset for which all bits are set.

Implementations on Foreign Types

Implementors