[][src]Function lip::newline0

pub fn newline0<'a, S: Clone + 'a>(
    indent_parser: BoxedParser<'a, (), S>
) -> BoxedParser<'a, (), S>

Parsers zero or more newline characters, each with indentations in front.

Indentation can also be "" (no indentation)