pub trait ClosedMul<Right = Self>: Sized + Mul<Right, Output = Self> { }
Expand description
Trait alias for Mul
with result of type Self
.
Object Safety§
This trait is not object safe.
pub trait ClosedMul<Right = Self>: Sized + Mul<Right, Output = Self> { }
Trait alias for Mul
with result of type Self
.