Function chumsky::text::newline[][src]

pub fn newline<E: Error<char>>() -> impl Parser<char, (), Error = E>
Expand description

A parser that accepts (and ignores) any newline characters or character sequences.