How to store Serialize
struct without impl FromJsonQueryResult
#2336
Unanswered
CyanChanges
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a model like this
and the trace_meta derived
Serialize
andDeserialize
but didn't deriveFromJsonQueryResult
and for some reason i can't change the defination of
TraceMetaJson
so it didn't compilehow can i make it serialize as JSON
can it be done without new-type
Beta Was this translation helpful? Give feedback.
All reactions