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

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>

type Inst: FromPyObject<'p>

type Value: FromPyObject<'p>

type Result: IntoPyCallbackOutput<()>

Loading content...

Implementors

Loading content...