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

type Key: FromPyObject<'p>[src]

type Value: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<()>[src]

Loading content...

Implementors

Loading content...