pub type AnyError = Box<dyn Error + Send + Sync + 'static>;
Expand description
Type for any possible error, because the traits in this module can be used in with any possible contexts (and error types).
Aliased Typeยง
struct AnyError(/* private fields */);