IterCollection

Type Alias IterCollection 

Source
pub type IterCollection<T> = FilterMap<Iter, fn(Result<KeyValue>) -> Option<T>>;

Aliased Typeยง

pub struct IterCollection<T> { /* private fields */ }