Open
Description
What problem does this solve or what need does it fill?
Reflecting structs containing a Wrapping
.
What solution would you like?
Implementations of Reflect
for num::Wrapping
types.
What alternative(s) have you considered?
Using the primitive value and then band aid solutions.
Implementing Reflect manually for structs containing a Wrapping
.