pub trait TSocket: AsyncRead + AsyncWrite + Send + Debug + Unpin + 'static { }
A trait alias for “socket-like” things.