Trait pyo3::class::basic::PyObjectDelAttrProtocol[−][src]

pub trait PyObjectDelAttrProtocol<'p>: PyObjectProtocol<'p> {
    type Name: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

Implementors