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

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