pub trait AsyncNetworkStream: AsyncRead + AsyncWrite { }
Expand description

Used by AsyncClient to represent types that are AsyncRead and AsyncWrite.

Implementors