Open alexsnaps opened 1 day ago
When using the ValueType type currently, things can get slightly more complex than really needed I think. I don't see a reason why it wouldn't implement both Debug & Copy trait… wdyt?
ValueType
Debug
Copy
When using the
ValueType
type currently, things can get slightly more complex than really needed I think. I don't see a reason why it wouldn't implement bothDebug
&Copy
trait… wdyt?