Function rest_len
pub fn rest_len<T, E: ParseError<T>>(input: T) -> IResult<T, usize, E>
where
T: Input,
Return the length of the remaining input.
# use ErrorKind;
use rest_len;
assert_eq!;
assert_eq!;
rest_lenpub fn rest_len<T, E: ParseError<T>>(input: T) -> IResult<T, usize, E>
where
T: Input,
Return the length of the remaining input.
# use ErrorKind;
use rest_len;
assert_eq!;
assert_eq!;