[][src]Trait pyo3::class::mapping::PyMappingIterProtocol

pub trait PyMappingIterProtocol<'p>: PyMappingProtocol<'p> {
    type Success: IntoPyObject;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

type Success: IntoPyObject

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

Loading content...

Implementors

Loading content...