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

pub type Padded<P, I, O> = ThenIgnore<IgnoreThen<Padding<I, <P as Parser<I, O>>::Error>, P, (), O>, Padding<I, <P as Parser<I, O>>::Error>, O, ()>;
Expand description

The type of a parser that accepts (and ignores) any number of whitespace characters before or after another pattern.