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