🔬This is a nightly-only experimental API. (
core_io_borrowed_buf
)Available on crate feature
dep_bytemuck
only.Expand description
Traits, helpers, and type definitions for core I/O functionality.
Structs§
- Borrowed
Buf Experimental A borrowed byte buffer which is incrementally filled and initialized. - Borrowed
Cursor Experimental A writeable view of the unfilled portion of aBorrowedBuf
.