Trait aurum_numeric::WrappingSub [] [src]

pub trait WrappingSub<R = Self> {
    type Output;
    fn wrapping_sub(self, rhs: R) -> Self::Output;
}

Wrapping subtraction.

Associated Types

Required Methods

Implementors