pub type ObserverResult = Result<()>;
Result type for observers (anyhow::Result)
anyhow::Result
pub enum ObserverResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value