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