Trait overflow_proof::CheckedMul[][src]

pub trait CheckedMul<Rhs = Self> {
    type Output;
    fn checked_mul(self, rhs: Rhs) -> Option<Self::Output>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors