Trait AllocForCharIter

Source
pub trait AllocForCharIter<T: Iterator<Item = char>> {
    // Required method
    fn galloc_collect_str(self) -> &'static str;
}

Required Methods§

Source

fn galloc_collect_str(self) -> &'static str

Implementors§

Source§

impl<T: Iterator<Item = char>> AllocForCharIter<T> for T