[][src]Function nom::rest

pub fn rest(input: &[u8]) -> IResult<&[u8], &[u8]>

Return the remaining input.