Trait Sorted

Source
pub trait Sorted: Iterator { }

Implementations on Foreign Types§

Source§

impl<T: Iterator + Sorted, P> Sorted for Filter<T, P>
where P: Fn(&T::Item) -> bool,

Implementors§