Can it be used like this? #1686
Answered
by
fzyzcjy
xiaohucode
asked this question in
Q&A
-
Can it be used like this? use sxd_document crate
|
Beta Was this translation helpful? Give feedback.
Answered by
fzyzcjy
Jan 20, 2024
Replies: 1 comment 2 replies
-
Sure, it can - feel free to create a bug report if it cannot! If you want Package to be opaque type, it should be done just like your code without modifications; if you want to access its fields directly, try https://cjycode.com/flutter_rust_bridge/guides/types/translatable/external/diff-crate. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
xiaohucode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, it can - feel free to create a bug report if it cannot!
If you want Package to be opaque type, it should be done just like your code without modifications; if you want to access its fields directly, try https://cjycode.com/flutter_rust_bridge/guides/types/translatable/external/diff-crate.