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

pub trait PyNumberRShiftProtocol<'p>: PyNumberProtocol<'p> {
    type Left: FromPyObject<'p>;
    type Right: FromPyObject<'p>;
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...