[][src]Function nom::rest_s

pub fn rest_s(input: &str) -> IResult<&str, &str>

Return the remaining input, for strings.