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

pub trait PyNumberDivmodProtocol<'p>: PyNumberProtocol<'p> {
    type Left: FromPyObject<'p>;
    type Right: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Left: FromPyObject<'p>[src]

type Right: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<PyObject>[src]

Loading content...

Implementors

Loading content...