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

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

Associated Types

type Key: FromPyObject<'p>

type Result: Into<PyResult<()>>

Loading content...

Implementors

Loading content...