pub type NotificationMatcherFn = Arc<dyn Fn(&Notification) -> Result<(), String> + Send + Sync>;
Type alias for custom notification matcher functions.
pub struct NotificationMatcherFn { /* private fields */ }