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

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

Associated Types

type Success: IntoPy<PyObject>

type Result: Into<PyResult<Self::Success>>

Loading content...

Implementors

Loading content...