Crate pyo3io_macros
source ·Macros
- Register an async runtime.
Structs
- A bytes-like object that implements buffer protocol.
- The
SeekFromstruct is used to specify a position in a stream for seeking operations. It combines aWhencevalue with an offset.
Enums
- The
Whenceenum represents the reference point for seeking operations in a stream.