pub trait PartialEqWithEngines { // Required method fn eq(&self, other: &Self, engines: &Engines) -> bool; }