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

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

Associated Types

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

type Result: IntoPyCallbackOutput<PyIterNextOutput>[src]

Loading content...

Implementors

Loading content...