pub type AnyError = Box<dyn Error + Send + Sync + 'static>;
Legacy compatibility
pub struct AnyError(/* private fields */);