pub trait CustomError:
Display
+ Debug
+ Send
+ Sync
+ 'static { }Expand description
Custom error type that can be used in EMLErrorKind::Custom
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".