[][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

Loading content...

Implementors

Loading content...