[][src]Function whenever_parser::parser::eat_lineops

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