🔬This is a nightly-only experimental API. (
core_io_borrowed_buf)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 a 
BorrowedBuf.