Replies: 1 comment 1 reply
-
This question ist most likely not going to be answered over here. I assume you are using tauri or something aimilar with sveltekit? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed if a Rust command returns a
HashMap<K, V>
, it is received in Javascript asObject
. Is there a way to change it to JavascriptMap<K, V>
instead? What code controls the transformation? Thank you!Beta Was this translation helpful? Give feedback.
All reactions