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

pub trait PyIterIterProtocol<'p>: PyIterProtocol<'p> {
    type Receiver: TryFromPyCell<'p, Self>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Receiver: TryFromPyCell<'p, Self>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...