Trait nNye_user_queue_persistence::notifications_queue::INotificationsQueue[][src]

pub trait INotificationsQueue {
    fn add_notification(&self, notification: &ContentNotification) -> Result<()>;
fn get_notification(&self) -> ContentNotification; }

Required methods

Loading content...

Implementors

Loading content...