Trait reuse_notifications::ReuseNotification [] [src]

pub trait ReuseNotification {
    fn reuse(&mut self) -> Result<NotificationHandle>;
fn reuse_with(&mut self, identifier: &str) -> Result<NotificationHandle>; }

Allows to reuse notifications created via notfy-rust.

Required Methods

Implementations on Foreign Types

impl ReuseNotification for Notification
[src]

[src]

[src]

Implementors