Trait sorted::SortedIterator [] [src]

pub trait SortedIterator: Iterator {
    type Ordering;
}

Associated Types

Implementors