Type Definition rpds::map::hash_trie_map::Iter [] [src]

type Iter<'a, K, V> = Map<IterArc<'a, K, V>, fn(_: &'a Arc<Entry<K, V>>) -> (&'a K, &'a V)>;