pub type IterCollection<T> = FilterMap<Iter, fn(Result<KeyValue>) -> Option<T>>;
pub struct IterCollection<T> { /* private fields */ }