Trait lazysort::SortedPartial [] [src]

pub trait SortedPartial {
    type Item: PartialOrd;
    fn sorted_partial(
        self,
        first: bool
    ) -> LazySortIterator<Self::Item, fn(_: &Self::Item, _: &Self::Item) -> Ordering>; }

Associated Types

Required Methods

Implementors