pub trait AsyncStream: AsyncRead + AsyncWrite { }
Trait for objects that implements AsyncRead and AsyncWrite
AsyncRead
AsyncWrite