pub trait DimMin<D: Dim>: Dim { type Output: Dim; // Required method fn min(self, other: D) -> Self::Output; }