pub trait BytesWrite: AsyncWrite + Unpin + Send { }
Expand description

BytesWrite represents a writer of bytes.

Implementors