Structs§
- Cursor
- A
Cursor
wraps an in-memory buffer and provides it with aSeek
implementation. - 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
Seek
trait provides a cursor which can be moved within a stream of bytes. - Write
- A trait for objects which are byte-oriented sinks.