pub trait Collect<OutDims> { type Collected; // Required method fn collect(self) -> Self::Collected; }