Trait SortedIterator

Source
pub trait SortedIterator: Iterator {
    type Ordering;
}

Required Associated Types§

Implementors§

Source§

impl<I, O> SortedIterator for SortedIter<I, O>
where I: Iterator,