Type Definition chumsky::text::Padding[][src]

pub type Padding<E> = Repeated<Ignored<Filter<fn(_: &char) -> bool, E>, char>>;
Expand description

The type of a parser that accepts (and ignores) any number of characters.