winnow::combinator

Function rest

Source
pub fn rest<Input, Error>(
    input: &mut Input,
) -> PResult<<Input as Stream>::Slice, Error>
where Input: Stream, Error: ParserError<Input>,
👎Deprecated since 0.6.23: replaced with token::rest
Expand description

Deprecated, replaced with token::rest