Trait rin::math::base::DimSub [−][src]
pub trait DimSub<D>: Dim where
D: Dim, { type Output: Dim; pub fn sub(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<D1, D2> DimSub<D2> for D1 where
D2: DimName,
D1: DimName,
<D1 as DimName>::Value: Sub<<D2 as DimName>::Value>,
<<D1 as DimName>::Value as Sub<<D2 as DimName>::Value>>::Output: NamedDim,
[src]
impl<D1, D2> DimSub<D2> for D1 where
D2: DimName,
D1: DimName,
<D1 as DimName>::Value: Sub<<D2 as DimName>::Value>,
<<D1 as DimName>::Value as Sub<<D2 as DimName>::Value>>::Output: NamedDim,
[src]