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