Trait compacts_bits::Difference [] [src]

pub trait Difference<Rhs = Self> {
    type Output;
    fn difference(self, that: Rhs) -> Self::Output;
}

Associated Types

Required Methods

Implementors