pub trait AsyncConn: Read + Write + Connection + Send + Sync + Unpin + 'static { }
Trait representing an async connection.