pub type ConditionPredicate = Box<dyn Fn(&dyn Any) -> bool + Send + Sync + 'static>;
A predicate used to decide whether a callback should fire.
pub struct ConditionPredicate(/* private fields */);