pub trait AsyncStream: AsyncRead + AsyncWrite { }
Available on crate feature aio only.
Expand description

Trait for objects that implements AsyncRead and AsyncWrite

Implementors