pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Type alias for a boxed error with send, sync, and static flags enabled
pub struct BoxError(/* private fields */);