pub trait PyObjectHashProtocol<'p>: PyObjectProtocol<'p> { type Result: IntoPyCallbackOutput<HashCallbackOutput>; }