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

pub trait PyMappingGetItemProtocol<'p>: PyMappingProtocol<'p> {
    type Key: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Key: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...