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