Trait notice::prelude::Notify[]

pub trait Notify {
    type Error: Error;
    fn notify(&self) -> Result<(), Self::Error>;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl Notify for Notifier
[src]

Implementors