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

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

Associated Types

Implementors