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