Trait lazysort::SortedPartial[][src]

pub trait SortedPartial {
    type Item: PartialOrd;
    fn sorted_partial_first(self) -> LazySortIteratorPartialFirst<Self::Item>;
fn sorted_partial_last(self) -> LazySortIteratorPartialLast<Self::Item>; }

Associated Types

Required Methods

Important traits for LazySortIteratorPartialFirst<T>

Important traits for LazySortIteratorPartialLast<T>

Implementors