Type Alias rpds::map::red_black_tree_map::IterKeys

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

Aliased Type§

struct IterKeys<'a, K, V, P> { /* private fields */ }