Type Alias NotifyCallbacks

Source
pub type NotifyCallbacks = Arc<RwLock<BTreeMap<String, Vec<Box<dyn for<'a> Fn(&'a PGNotify) + Send + Sync + 'static>>>>>;
Expand description

Type used to store callbacks for LISTEN/NOTIFY calls.

Aliased Typeยง

struct NotifyCallbacks { /* private fields */ }