[][src]Trait rin::math::dimension::DimNameMul

pub trait DimNameMul<D>: DimName where
    D: DimName
{ type Output: DimName; fn mul(self, other: D) -> Self::Output; }

Associated Types

Required Methods

Implementors

impl<D1, D2> DimNameMul<D2> for D1 where
    D1: DimName,
    D2: DimName,
    <D1 as DimName>::Value: Mul<<D2 as DimName>::Value>,
    <<D1 as DimName>::Value as Mul<<D2 as DimName>::Value>>::Output: NamedDim
[src]