Open kevin-valerio opened 1 month ago
Hello,
I am using the Value enum in my project and would like to use Deserialize, however Value doesn't derive it. Would that be possible to make it Deserializable ?
Value
Deserialize
Thank you very much :)
Hello,
I am using the
Value
enum in my project and would like to useDeserialize
, howeverValue
doesn't derive it. Would that be possible to make it Deserializable ?Thank you very much :)