pub trait PyNumberPosProtocol<'p>: PyNumberProtocol<'p> { type Result: IntoPyCallbackOutput<PyObject>; }