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

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

Associated Types

Implementors