Trait deepmesa_collections::bitvec::traits::NotLsb[][src]

pub trait NotLsb {
    type Output;
    fn not_lsb(self, n: u8) -> Self::Output;
}
Expand description

Bitwise ! (not) operation on the Lsb bits of self.

Associated Types

Required methods

Implementations on Foreign Types

Implementors