Module cookie_factory::lib::std::io

source ·

Structs§

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

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§