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

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

Associated Types

Loading content...

Implementors

Loading content...