pub type BoxError = Box<dyn Error + Send + Sync>;
Standard error type for the library
pub struct BoxError(/* private fields */);