Trait bitsetium::BitComplement[][src]

pub trait BitComplement {
    type Output;
    fn complement(self) -> Self::Output;
}
Expand description

Trait to get dual set to the given.

Associated Types

Required methods

Implementations on Foreign Types

Implementors