pyo3
0.23.1
Module borrowed_
iter
Module Items
Structs
In pyo3::
types::
dict
pyo3
::
types
::
dict
Module
borrowed_iter
Copy item path
Source
Structs
§
Borrowed
Dict
Iter
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