Type Definition chumsky::primitive::Any

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

See any.