pub type TreeMapRange<'r, K, V> = Range<'r, K, V>;
struct TreeMapRange<'r, K, V> { /* private fields */ }