trait Mul: DIntwhere
    Self::H: DInt,{
    // Provided method
    fn mul(self, rhs: Self) -> Self { ... }
}

Provided Methods§

source

fn mul(self, rhs: Self) -> Self

Implementations on Foreign Types§

source§

impl Mul for i128

source§

impl Mul for u64

Implementors§