Replies: 1 comment
-
Hmm I guess it is a bug. Feel free to PR to fix it, alternative I may work on it later. As a workaround, maybe try to |
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
-
I am trying to partially mirror a struct from a 3rd party crate and then implement other methods inside of a custom trait
to inject missing functionality.
Here is the code example
Mirroring works as expected but once I add the trait implementation flutter rust bridge references the type as it is owned by my project instead of the crate it originates from.
any help in resolving this would be appriciated.
Beta Was this translation helpful? Give feedback.
All reactions