Trait sway_core::engine_threading::OrdWithEngines
source · pub trait OrdWithEngines {
// Required method
fn cmp(&self, other: &Self, engines: &Engines) -> Ordering;
}
pub trait OrdWithEngines {
// Required method
fn cmp(&self, other: &Self, engines: &Engines) -> Ordering;
}