Trait pyo3::class::number::PyNumberIndexProtocol[−][src]

pub trait PyNumberIndexProtocol<'p>: PyNumberProtocol<'p> {
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

Implementors