pub mod agg_fast_path; pub trait Colletion { type Item; fn append(&mut self, item: Self::Item); }