Trait compacts_bits::SymmetricDifference [] [src]

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

Associated Types

Required Methods

Implementors