pub trait RichcmpEqualityOnly: PartialEq { // Provided method fn richcmp(&self, other: &Self, op: CompareOp) -> PyResult<bool> { ... } }