pub type TreeSetRange<'r, V> = Keys<Range<'r, V, ()>>;
pub struct TreeSetRange<'r, V> { /* private fields */ }