Crate pyo3io_macros

source ·

Macros

Structs

  • A bytes-like object that implements buffer protocol.
  • The SeekFrom struct is used to specify a position in a stream for seeking operations. It combines a Whence value with an offset.

Enums

  • The Whence enum represents the reference point for seeking operations in a stream.

Functions

Type Aliases