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

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

Associated Types

type Key: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<PyObject>[src]

Loading content...

Implementors

Loading content...