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

pub trait PyNumberRMulProtocol<'p>: PyNumberProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Success: IntoPyObject;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Implementors