pub fn skip_line_till<'a, O>(
    inner: impl Parser<&'a str, O, ContextError>
) -> impl Parser<&'a str, (), ContextError>
Expand description

Keep reading lines until the innner parser produces a result