AsyncStream

Trait AsyncStream 

Source
pub trait AsyncStream: AsyncRead + AsyncWrite { }
Expand description

A trait alias for any asynchronous stream type that implements both AsyncRead and AsyncWrite.

Implementors§