[][src]Trait pyo3::class::number::PyNumberRAndProtocol

pub trait PyNumberRAndProtocol<'p>: PyNumberProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Other: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...