[][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>

type Inst: FromPyObject<'p>

type Owner: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...