pub trait ApplicationError:
Send
+ Sync
+ Debug
+ Display
+ 'static { }Expand description
A custom application error that can be returned by the Tcp stack.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".