[][src]Trait pyo3::class::iter::PyIterNextProtocol

pub trait PyIterNextProtocol<'p>: PyIterProtocol<'p> {
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Option<Self::Success>>>;
}

Associated Types

Loading content...

Implementors

Loading content...