Function chumsky::text::digits[][src]

pub fn digits<E: Error<char>>() -> Repeated<Filter<fn(_: &char) -> bool, E>>
Expand description

A parser that accepts one or more ASCII digits.