Home
last modified time | relevance | path

Searched defs:TakeWhile1 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/combine/src/parser/
Drange.rs361 pub struct TakeWhile1<Input, F>(F, PhantomData<fn(Input) -> Input>); struct
362 impl<Input, F> Parser<Input> for TakeWhile1<Input, F> implementation
/external/rust/crates/nom/src/
Derror.rs402 TakeWhile1, enumerator