pub trait AnyError:
Error
+ Send
+ Sync
+ 'static { }Expand description
A type that implements Error and is threadsafe.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".