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

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