[−][src]Trait lazysort::SortedBy
Associated Types
type Item
Required methods
fn sorted_by<F>(self, _: F) -> LazySortIteratorBy<Self::Item, F> where
F: Fn(&Self::Item, &Self::Item) -> Ordering,
F: Fn(&Self::Item, &Self::Item) -> Ordering,