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

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