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

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

Associated Types

type Receiver: TryFromPyCell<'p, Self>

type Result: IntoPyCallbackOutput<PyIterNextOutput>

Loading content...

Implementors

Loading content...