Struct pyo3::prelude::exc::StopIteration[][src]

pub struct StopIteration;

Methods

impl StopIteration
[src]

impl StopIteration
[src]

Trait Implementations

impl From<StopIteration> for PyErr
[src]

Performs the conversion.

impl<T> Into<PyResult<T>> for StopIteration
[src]

Performs the conversion.

impl PyTypeObject for StopIteration
[src]

Initialize type object

Retrieves the type object for this Python object type.

Create PyRawObject which can be initialized with rust value

Auto Trait Implementations