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

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

Associated Types

type Inst: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<()>[src]

Loading content...

Implementors

Loading content...