Home
last modified time | relevance | path

Searched refs:take_until1 (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs474 /// use nom::bytes::streaming::take_until1;
477 /// take_until1("eof")(s)
486 pub fn take_until1<T, Input, Error: ParseError<Input>>( in take_until1() functions
H A Dcomplete.rs459 /// use nom::bytes::complete::take_until1;
462 /// take_until1("eof")(s)
471 pub fn take_until1<T, Input, Error: ParseError<Input>>( in take_until1() functions

Completed in 3 milliseconds