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