pub trait BlockingBytesRead: Read { }
Expand description

BlockingBytesRead represents a blocking reader of bytes.

Implementors