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