Module vector_common::event_data_eq
source · Traits§
- A related trait to
PartialEq
,EventDataEq
tests if two events contain the same data, exclusive of the metadata. This is used to test for events having the same values but potentially different parts of the metadata that not fixed between runs, without removing the ability to compare them for exact equality.