::
core::
ops::
Trait
WrappingMul
pub trait WrappingMul {
fn
wrapping_mul
(self, rhs: Self) -> Self;
}