Skip to main content

SubscriberCheckFn

Type Alias SubscriberCheckFn 

Source
pub type SubscriberCheckFn = Box<dyn Fn() -> bool + Send + Sync>;
Expand description

Subscriber check: () -> bool

Aliased Typeยง

pub struct SubscriberCheckFn(/* private fields */);