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

pub trait PyObjectGetAttrProtocol<'p>: PyObjectProtocol<'p> {
    type Name: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Name: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...