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

pub trait PyDescrSetProtocol<'p>: PyDescrProtocol<'p> {
    type Receiver: TryFromPyCell<'p, Self>;
    type Inst: FromPyObject<'p>;
    type Value: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

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

type Inst: FromPyObject<'p>[src]

type Value: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<()>[src]

Loading content...

Implementors

Loading content...