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

pub trait PyDescrGetProtocol<'p>: PyDescrProtocol<'p> {
    type Receiver: TryFromPyCell<'p, Self>;
    type Inst: FromPyObject<'p>;
    type Owner: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Receiver: TryFromPyCell<'p, Self>[src]

type Inst: FromPyObject<'p>[src]

type Owner: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<PyObject>[src]

Loading content...

Implementors

Loading content...