Skip to main content

Module io

Module io 

Source
🔬This is a nightly-only experimental API. (core_io #154046)
Expand description

Traits, helpers, and type definitions for core I/O functionality.

Structs§

BorrowedBufExperimental
A borrowed byte buffer which is incrementally filled.
BorrowedCursorExperimental
A writeable view of the unfilled portion of a BorrowedBuf.

Enums§

ErrorKindExperimental
A list specifying general categories of I/O error.

Type Aliases§

RawOsErrorExperimental
The type of raw OS error codes.