pub type CronLeaderGate = Arc<dyn Fn() -> bool + Send + Sync>;
Predicate gating cron firing to the cluster leader (see [HandlerRuntime::set_cron_leader_gate]).
HandlerRuntime::set_cron_leader_gate
pub struct CronLeaderGate { /* private fields */ }