Type Alias chumsky::primitive::Any

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

See any.

Aliased Type§

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