Crate take_while_with_failure [] [src]

Structs

TakeWhileWithFailure

An iterator that accepts elements while predicate is true, including the first failure.

Traits

TakeWhileWithFailureIterator