Type Definition qecs::btree_map_store::Iter [] [src]

type Iter<'a, ID, C> = Map<Iter<'a, ID, C>, fn(_: (&'a ID, &'a C)) -> (Valid<'a, ID>, &'a C)>;