Trait AllocForIter

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

Required Methods§

Source

fn galloc_collect(self) -> &'static [T::Item]

Implementors§

Source§

impl<T: Iterator> AllocForIter<T> for T