Structs§
- Cursor
- A
Cursorwraps an in-memory buffer and provides it with aSeekimplementation. - Error
- The error type for I/O operations of the
Read,Write,Seek, and associated traits.
Enums§
- Seek
From - Enumeration of possible methods to seek within an I/O object.
Traits§
- Seek
- The
Seektrait provides a cursor which can be moved within a stream of bytes. - Write
- A trait for objects which are byte-oriented sinks.