Trait alga::general::ClosedMul [] [src]

pub trait ClosedMul<Right = Self>: Sized + Mul<Right, Output=Self> + MulAssign<Right> { }

[Alias] Trait alias for Mul and MulAsign with result of type Self.

Implementors