Structsยง
- SetValZST ๐
- Zero-Sized Type (ZST) for internal
BTreeSetvalues. Used instead of()to differentiate between:
Traitsยง
- IsSet
Val ๐ - 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.