Trait std::ops::Mul

pub trait Mul<RHS, Result> {
    fn mul(&self, rhs: &RHS) -> Result;
}

Required Methods

fn mul(&self, rhs: &RHS) -> Result

Implementors