pub type BoxError = Box<dyn StdError + Send + Sync + 'static>;
Boxed std::error::Error used by Error::External.
std::error::Error
Error::External
pub struct BoxError(/* private fields */);