Notify

Trait Notify 

Source
pub trait Notify {
    type Error: Error;

    // Required method
    fn notify(&self) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn notify(&self) -> Result<(), Self::Error>

Implementors§