Trait aurum_numeric::WrappingRem [] [src]

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

Wrapping remainder.

Associated Types

Required Methods

Implementors