Module io

Module io 

Source

Structs§

Cursor
A Cursor wraps an in-memory buffer and provides it with a Seek implementation.
Error
The error type for I/O operations of the Read, Write, Seek, and associated traits.

Enums§

SeekFrom
Enumeration of possible methods to seek within an I/O object.

Traits§

Seek
The Seek trait provides a cursor which can be moved within a stream of bytes.
Write
A trait for objects which are byte-oriented sinks.

Type Aliases§

Result
A specialized Result type for I/O operations.