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