Trait notice_core::Notify[][src]

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

Associated Types

Required Methods

Implementors