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

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

Associated Types

type Other: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<PyObject>[src]

Loading content...

Implementors

Loading content...