pub type BoxError = Box<dyn Error + Send + Sync>;
An owned dynamically typed StdError.
StdError
struct BoxError(/* private fields */);