pub fn rest_line<'a>(input: &mut &'a str) -> PResult<&'a str>
Expand description

Take the rest line. The line ending is not included.