Trait std::ops::Sub

pub trait Sub<RHS, Result> {
    fn sub(&self, rhs: &RHS) -> Result;
}

Required Methods

fn sub(&self, rhs: &RHS) -> Result

Implementors