Trait lazysort::Sorted [] [src]

pub trait Sorted {
    type Item: Ord;
    fn sorted(self) -> LazySortIterator<Self::Item>;
}

Associated Types

Required Methods

Implementors