Trait NotifierProxyInterface

Source
pub trait NotifierProxyInterface: Send + Sync {
    // Required method
    fn notify(&self) -> Result<(), Error>;
}

Required Methods§

Source

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

Implementors§