1
2
3
pub trait SortedIterator: Iterator {
    type Ordering;
}