pub trait ChunkOps: Iterator + Sized { // Required method fn chunk<const N: usize>(self) -> Chunk<Self, N> ⓘ; }