Trait rin::math::base::DimNameMul [−][src]
pub trait DimNameMul<D>: DimName where
D: DimName, { type Output: DimName; pub fn mul(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...