Replies: 2 comments 2 replies
-
Well, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Smart pointers are not supported yet (they are part of #293), but if you must use them you can create a raw pointer from them and use a newtype struct to wrap it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am new to rust and flutter. I have a function that returns the type below
Running flutter_rust_bridge_codegen for my fuction returns 'Failed to parse function output type
Result<Wallet, Error>
. How do I handle rust types in flutter_rust_bridge. ThanksBeta Was this translation helpful? Give feedback.
All reactions