Trait PyNumberRXorProtocol
pyo3::class::number
pub trait PyNumberRXorProtocol<'p>: PyNumberProtocol<'p> { type Other: FromPyObject<'p>; type Result: IntoPyCallbackOutput<PyObject>; }
type Other: FromPyObject<'p>
type Result: IntoPyCallbackOutput<PyObject>