pub trait OrdWithEngines {
// Required method
fn cmp(&self, other: &Self, ctx: &OrdWithEnginesContext<'_>) -> Ordering;
}
Required Methods§
fn cmp(&self, other: &Self, ctx: &OrdWithEnginesContext<'_>) -> Ordering
Object Safety§
This trait is not object safe.