pub trait DifferenceMut<Rhs> {
// Required method
fn difference_mut(&mut self, other: &Rhs);
}Required Methods§
Sourcefn difference_mut(&mut self, other: &Rhs)
fn difference_mut(&mut self, other: &Rhs)
Subtracts other from self.
pub trait DifferenceMut<Rhs> {
// Required method
fn difference_mut(&mut self, other: &Rhs);
}Subtracts other from self.