Is there a derive macro for doing Rust Struct <-> JsValue auto conversions ?
Note: I'm asking for JsValue, not Json.
We can not stuff a MessagePort into json, but we can stuff a MessagePort into a JsValue and do Rust / JS FFI.
I am looking for JSvalue, not Json, so we can do these 'objects'.
Thanks!