Module pyo3::class::iter [−][src]
Expand description
Python Iterator Interface. Trait and support implementation for implementing iterators
Enums
Output of __next__ which can either yield the next value in the iteration, or
return a value to raise StopIteration in Python.