pub trait ApplicationError: Send + Sync + Debug + Display + 'static { }
A custom application error that can be returned by the Tcp stack.
Tcp