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

pub type Padded<P, O> = PaddedBy<PaddingFor<Padding<<P as Parser<char, O>>::Error>, P, Vec<()>, O>, Padding<<P as Parser<char, O>>::Error>, O, Vec<()>>;
Expand description

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