Trait solders_traits_core::RichcmpFull
source · pub trait RichcmpFull: PartialEq + PartialOrd {
// Provided method
fn richcmp(&self, other: &Self, op: CompareOp) -> bool { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.