Module cookie_factory::lib::std::io
source · Structs§
- A
Cursor
wraps an in-memory buffer and provides it with aSeek
implementation.
Enums§
- Enumeration of possible methods to seek within an I/O object.
Traits§
- The
Seek
trait provides a cursor which can be moved within a stream of bytes. - A trait for objects which are byte-oriented sinks.
Type Aliases§
- A specialized
Result
type for I/O operations.