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

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

Associated Types

Loading content...

Implementors

Loading content...