pub trait PartialEqWithEngines {
// Required method
fn eq(&self, other: &Self, engines: &Engines) -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait PartialEqWithEngines {
// Required method
fn eq(&self, other: &Self, engines: &Engines) -> bool;
}