Trait redis::aio::AsyncStream[][src]

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

Trait for objects that implements AsyncRead and AsyncWrite

Implementors