pub trait ByteStream: AsyncRead + AsyncWrite + Send + Unpin + 'static { }
Expand description

A trait to simplify using all tokio io traits.

Implementors§