Function chumsky::text::whitespace[][src]

pub fn whitespace<E: Error<char>>() -> Padding<E>
Expand description

A parser that accepts (and ignores) any number of whitespace characters.