Function rest
fn rest<T, E: ParseError<T>>(input: T) -> IResult<T, T, E>
where
T: Input
Return the remaining input.
# use ErrorKind;
use rest;
assert_eq!;
assert_eq!;
restfn rest<T, E: ParseError<T>>(input: T) -> IResult<T, T, E>
where
T: Input
Return the remaining input.
# use ErrorKind;
use rest;
assert_eq!;
assert_eq!;