Module set_val
Structs
-
SetValZST
Zero-Sized Type (ZST) for internal
BTreeSetvalues. Used instead of()to differentiate between:
Traits
-
IsSetVal
A trait to differentiate between
BTreeMapandBTreeSetvalues. Returnstrueonly for typeSetValZST,falsefor all other types (blanket implementation).TypeIdrequires a'staticlifetime, use of this trait avoids that restriction.