Skip to main content

SharedNotificationSender

Type Alias SharedNotificationSender 

Source
pub type SharedNotificationSender = Arc<NotificationSender>;
Expand description

A shared notification sender wrapped in Arc for easy sharing across handlers.

Aliased Typeยง

pub struct SharedNotificationSender { /* private fields */ }