pub type EventHandlerResult = Result<(), BoxError>;
Result of the EventHandler.
EventHandler
pub enum EventHandlerResult { Ok(()), Err(Box<dyn Error>), }
Contains the success value
Contains the error value