pub trait Notify: Send + Sync + Debug + 'static { // Required method fn notify(&self) -> Result<()>; }