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