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

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