pub trait SubFrom<Lhs = Self> {
// Required method
fn sub_from(&mut self, lhs: Lhs);
}
Expand description
Subtraction with assignment to the rhs operand.
pub trait SubFrom<Lhs = Self> {
// Required method
fn sub_from(&mut self, lhs: Lhs);
}
Subtraction with assignment to the rhs operand.