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

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