Trait compacts_bits::DifferenceWith
[−]
[src]
pub trait DifferenceWith<Rhs = Self> { fn difference_with(&mut self, that: Rhs); }
Required Methods
fn difference_with(&mut self, that: Rhs)
Trait Implementations
impl<T> SubAssign<T> for DifferenceWith<T>
[src]
fn sub_assign(&mut self, that: T)
The method for the -=
operator