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

pub trait PyDescrSetNameProtocol<'p>: PyDescrProtocol<'p> {
    type Inst: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

type Inst: FromPyObject<'p>

type Result: IntoPyCallbackOutput<()>

Loading content...

Implementors

Loading content...