Trait aurum_numeric::WrappingAdd [] [src]

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

Wrapping addition.

Associated Types

Required Methods

Implementors