pub unsafe trait ReadBufferMarker: Read { }Expand description
An internal trait to be implemented by T: Read which do not access the
read buffer in Read::read.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".