pub type BoxError = Box<dyn Error + Sync + Send>;
Export tower’s alias for a type-erased error type. Alias for a type-erased error type.
pub struct BoxError(/* private fields */);