Module pyo3::types::dict::borrowed_iter

source ·

Structs§

  • Variant of the above which is used to iterate the items of the dictionary without incrementing reference counts. This is only safe if it’s known that the dictionary will not be modified during iteration.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here