You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Value enum in my project and would like to use Deserialize, however Valuedoesn't derive it. Would that be possible to make it Deserializable ?
Thank you very much :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: