Module pyo3::instance

source ·

Structs§

  • A borrowed equivalent to Bound.
  • A GIL-attached equivalent to Py.
  • A GIL-independent reference to an object allocated on the Python heap.

Traits§

  • Types that are built into the Python interpreter.

Functions§

Type Aliases§

  • A commonly-used alias for Py<PyAny>.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here