Trait compacts_bits::DifferenceWith [] [src]

pub trait DifferenceWith<Rhs = Self> {
    fn difference_with(&mut self, that: Rhs);
}

Required Methods

Trait Implementations

impl<T> SubAssign<T> for DifferenceWith<T>
[src]

The method for the -= operator

Implementors