Type Alias PyDictRef
Source pub type PyDictRef = PyRef<PyDict>;
struct PyDictRef { }
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
The type of the elements being iterated over.
Which kind of iterator are we turning this into?