pub trait BufferReader: Read + Send + Sync + 'static { }

Implementors