[−][src]Trait take_until::TakeUntilExt
TakeUntilExt is an extension trait for iterators.
It adds the take_until method.
Required methods
fn take_until(self, predicate: P) -> TakeUntil<Self, P>
Implementors
impl<I, P> TakeUntilExt<P> for I where
I: Sized + Iterator,
P: FnMut(&I::Item) -> bool, [src]
I: Sized + Iterator,
P: FnMut(&I::Item) -> bool,