Trait method lrs::ops::Mul::mul

The method that will be called by the operator.

Syntax

fn mul(self, rhs: RHS) -> <Self as Mul<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.