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

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

Associated Types

type Receiver: TryFromPyCell<'p, Self>[src]

type Result: IntoPyCallbackOutput<PyObject>[src]

Loading content...

Implementors

Loading content...