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

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

Associated Types

type Name: FromPyObject<'p>

type Result: IntoPyCallbackOutput<()>

Loading content...

Implementors

Loading content...