Trait bitsetium::BitTestAll[][src]

pub trait BitTestAll {
    fn test_all(&self) -> bool;
}
Expand description

Test all bit. This trait should be implemented for most bit-set.

Required methods

Tests if all bits are set.

Implementations on Foreign Types

Implementors