Type Alias TreeMapRevIter

Source
pub type TreeMapRevIter<'r, K, V> = RevIter<'r, K, V>;

Aliased Typeยง

struct TreeMapRevIter<'r, K, V> { /* private fields */ }