Expand description
A trait used to power set-like operations via reflection.
Structs§
- Dynamic
Set - An unordered set of reflected values.
- SetInfo
- A container for compile-time set info.
Traits§
- Set
- A trait used to power set-like operations via reflection.
Functions§
- set_
apply - Applies the elements of reflected set
bto the corresponding elements of seta. - set_
debug - The default debug formatter for
Settypes. - set_
partial_ eq - Compares a
Setwith aPartialReflectvalue. - set_
try_ apply - Tries to apply the elements of reflected set
bto the corresponding elements of setaand returns a Result.