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

Provided Methods§

source

fn richcmp(&self, other: &Self, op: CompareOp) -> bool

Object Safety§

This trait is not object safe.

Implementors§