Searched defs:TakeWhile1 (Results 1 – 2 of 2) sorted by relevance
361 pub struct TakeWhile1<Input, F>(F, PhantomData<fn(Input) -> Input>); struct362 impl<Input, F> Parser<Input> for TakeWhile1<Input, F> implementation
402 TakeWhile1, enumerator