pub trait Extension: 'static + Send + Sync + Any { }
extensions
This trait should be implemented by any structs that are intended to be used as error extensions.