pub type BoxError = Box<dyn Error + Send + Sync>;
The standard error type used throughout the crate.
pub struct BoxError(/* private fields */);