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