[][src]Function whenever_parser::parser::eat_line

pub fn eat_line<'a>(
    input: &'a str
) -> Result<(Line<'a>, &'a str), (String, &'a str)>