pub trait BytesRead: AsyncRead + Unpin + Send { }
Expand description

BytesRead represents a reader of bytes.

Implementors