Function rest
pub fn rest<Input, Error>(
input: &mut Input,
) -> Result<<Input as Stream>::Slice, ErrMode<Error>> ⓘwhere
Input: Stream,
Error: ParserError<Input>,
👎Deprecated since 0.6.23: replaced with
token::rest
Available on crate feature
dep_winnow
only.Expand description
Deprecated, replaced with token::rest