Module alloc::collections::btree::set_val
source · Structs
- Zero-Sized Type (ZST) for internal
BTreeSetvalues. Used instead of()to differentiate between:
Traits
- 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.