pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Defines a dynamic standard error with send, sync, and static features