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

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