Module treat_as_equal

Source
Expand description

A newtype for values that should be ignored when comparing two values for equality.

Structsยง

TreatAsEqual
Behaves like T, but has trivial Hash, Eq, MzReflect, and Ord implementations. Does not appear in Debug output, but is serialized.