Module pyo3::class::iter

source · []
Expand description

Python Iterator Interface. Trait and support implementation for implementing iterators

Re-exports

pub use crate::pyclass::IterNextOutput;
pub use crate::pyclass::PyIterNextOutput;

Traits

PyIterProtocolDeprecated

Python Iterator Interface.