Skip to main content

AlertCallback

Type Alias AlertCallback 

Source
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 */ }