[][src]Function lip::newline1

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

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

Indentation can also be "" (no indentation)