pub trait FuzzyEq<Rhs: ?Sized = Self> {
// Required method
fn fuzzy_eq(&self, other: &Rhs) -> bool;
}
Expand description
FuzzyEq trait is used to compare objects while ignoring values that are non-deterministic. Non detereministic values include:
- Timestamps
- UUIDs