pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Box containing a thread-safe + 'static error suitable for use as a as an std::error::Error::source.
'static
std::error::Error::source