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

pub trait PyNumberIRShiftProtocol<'p>: PyNumberProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

Implementors