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