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