pub trait PyObjectBytesProtocol<'p>: PyObjectProtocol<'p> { type Result: IntoPyCallbackOutput<PyObject>; }