pub type SubscriberCheckFn = Box<dyn Fn() -> bool + Send + Sync>;
Subscriber check: () -> bool
pub struct SubscriberCheckFn(/* private fields */);