pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Boxed std::error::Error carried as the source of a HandlerError.
std::error::Error
HandlerError
pub struct BoxError(/* private fields */);