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

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