pub type AlertCallback = Arc<dyn Fn(AlertEvent) + Send + Sync>;Expand description
A thread-safe, shared callback that receives AlertEvents.
Aliased Typeยง
pub struct AlertCallback { /* private fields */ }pub type AlertCallback = Arc<dyn Fn(AlertEvent) + Send + Sync>;A thread-safe, shared callback that receives AlertEvents.
pub struct AlertCallback { /* private fields */ }