Replies: 2 comments 2 replies
-
It returns bytes so you can plug that into any deser format you like. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you have any solution for this problem? I'm new in rust programming and now confused by this problem, too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm attempting to decode an error type on the client that is embedded in the metadata response that comes from an external gRPC service.
res.metadata().get_bin("conflicterrorresponse-bin").unwrap()
Which obviously gives a lot of binary data. Is it possible to deserialize this into a custom rust struct?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions