chumsky::primitive

Type Alias Any

Source
pub type Any<I, E> = Filter<fn(_: &I) -> bool, E>;
Expand description

See any.

Aliased Typeยง

struct Any<I, E>(/* private fields */);