Replies: 1 comment
-
|
cc @Unoqwy who implemented that helpful mirroring feature :) Btw, it is also great if we can somehow directly handle things from other crates without mirroring. Feel free to PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not sure if I understand correctly, I have to mirror all the types from other crates that are returned, right? If it's deeply nested, recursively. How to handle that?
For example:
I have to mirror the
SurrealandClientstruct, whereSurrealis like this:So I need to mirror the
ConnectionandRouteras well, and so on?Beta Was this translation helpful? Give feedback.
All reactions