Trait aurum_numeric::WrappingMul [] [src]

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

Wrapping multiplication.

Associated Types

Required Methods

Implementors