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

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

Associated Types

type Key: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<()>[src]

Loading content...

Implementors

Loading content...