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