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

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