Trait rin_math::DimMul [−][src]
pub trait DimMul<D>: Dim where
D: Dim, { type Output: Dim; pub fn mul(self, other: D) -> Self::Output; }
pub trait DimMul<D>: Dim where
D: Dim, { type Output: Dim; pub fn mul(self, other: D) -> Self::Output; }