pub type Any<I, E> = Filter<fn(&I) -> bool, E>;
See any.
any
pub struct Any<I, E>(/* private fields */);