pub type NotificationStream = Pin<Box<dyn Stream<Item = Result<Notification, DbError>> + Send>>;
pub struct NotificationStream { /* private fields */ }