pub trait AllocForIter<T: Iterator> { // Required method fn galloc_collect(self) -> &'static [T::Item]; }