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

pub type Padding<I, E> = Custom<fn(_: &mut Stream<'_, I, <E as Error<I>>::Span>) -> (Vec<Located<I, E>>, Result<((), Option<Located<I, E>>), Located<I, E>>), E>;
Expand description

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