[][src]Trait pyo3::class::descr::PyDescrDeleteProtocol

pub trait PyDescrDeleteProtocol<'p>: PyDescrProtocol<'p> {
    type Inst: FromPyObject<'p>;
    type Result: Into<PyResult<()>>;
}

Associated Types

Loading content...

Implementors

Loading content...