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