Skip to main content

NotificationStream

Type Alias NotificationStream 

Source
pub type NotificationStream = Pin<Box<dyn Stream<Item = Result<Notification, DbError>> + Send>>;

Aliased Typeยง

pub struct NotificationStream { /* private fields */ }