NotificationMatcherFn

Type Alias NotificationMatcherFn 

Source
pub type NotificationMatcherFn = Arc<dyn Fn(&Notification) -> Result<(), String> + Send + Sync>;
Expand description

Type alias for custom notification matcher functions.

Aliased Typeยง

pub struct NotificationMatcherFn { /* private fields */ }