sorted/
trait_sorted_iterator.rs

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