Trait DimNameMul
nalgebra::base::dimension
pub trait DimNameMul<D: DimName>: DimName { type Output: DimName; fn mul(self, other: D) -> Self::Output; }
type Output: DimName
fn mul(self, other: D) -> Self::Output
impl<D1: DimName, D2: DimName> DimNameMul<D2> for D1 where D1::Value: Mul<D2::Value>, Prod<D1::Value, D2::Value>: NamedDim,
type Output = <Prod<D1::Value, D2::Value> as NamedDim>::Name
fn mul(self, _: D2) -> Self::Output