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 ReadBufwhich prevents the buffer that theReadBufpoints to from being replaced.