Expand description
ReadBuf types and methods. See https://github.com/rust-lang/rust/issues/78485
Structs§
- ReadBuf
- A wrapper around a byte buffer that is incrementally filled and initialized.
- Read
BufRef - A wrapper around
&mut ReadBuf
which prevents the buffer that theReadBuf
points to from being replaced.