Type Alias NotificationSender

Source
pub type NotificationSender = Box<dyn Notification + Send + Sync>;
Expand description

Type alias for a boxed Notification trait object that can be shared between threads

Aliased Typeยง

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