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

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

Associated Types

Loading content...

Implementors

Loading content...