[][src]Trait pyo3::class::descr::PyDescrGetProtocol

pub trait PyDescrGetProtocol<'p>: PyDescrProtocol<'p> {
    type Inst: FromPyObject<'p>;
    type Owner: FromPyObject<'p>;
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

type Inst: FromPyObject<'p>

type Owner: FromPyObject<'p>

type Success: IntoPy<PyObject>

type Result: Into<PyResult<Self::Success>>

Loading content...

Implementors

Loading content...