Trait staticfraction::HasOverflowingMul [] [src]

pub trait HasOverflowingMul: Sized {
    fn overflowing_mul(self, rhs: Self) -> (Self, bool);
}

Required Methods

Implementors