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

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