pub type BoxError = Box<dyn Error + Send + Sync>;
Boxed error used by this crate.
pub struct BoxError(/* private fields */);