Struct cpython::PyIterator [] [src]

pub struct PyIterator<'p> {
    // some fields omitted
}

A python iterator object.

Unlike other python objects, this class includes a Python<'p> token so that PyIterator can implement the rust Iterator trait.