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

pub trait PyMappingSetItemProtocol<'p>: PyMappingProtocol<'p> {
    type Key: FromPyObject<'p>;
    type Value: FromPyObject<'p>;
    type Result: Into<PyResult<()>>;
}

Associated Types

type Key: FromPyObject<'p>

type Value: FromPyObject<'p>

type Result: Into<PyResult<()>>

Loading content...

Implementors

Loading content...