Trait pyo3::class::number::PyNumberRTruedivProtocol [−][src]
pub trait PyNumberRTruedivProtocol<'p>: PyNumberProtocol<'p> { type Other: FromPyObject<'p>; type Result: IntoPyCallbackOutput<PyObject>; }