Expand description
A newtype for values that should be ignored when comparing two values for equality.
Structsยง
- Treat
AsEqual - Behaves like
T
, but has trivialHash
,Eq
,MzReflect
, andOrd
implementations. Does not appear inDebug
output, but is serialized.