pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed std::error::Error.
std::error::Error
struct BoxError(/* private fields */);