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