pub trait DimNameMin<D: DimName>: DimName { type Output: DimName; fn min(self, other: D) -> Self::Output; }