pub trait DynamicEquality { // Required method fn equals(&self, pattern: Pattern<'_>, method: ComparisonMethod) -> bool; }