Closed Shelim closed 1 month ago
Thanks for your issue. I will add these types.
Could you check if changes in #42 resolves your issue?
@Shelim have you read this:
@teamplayer3 I only need to serialize and send data to front-end, having them cloned in incoming json on the front-end side is perfectly fine - but nevertheless thanks for pointing that out.
For the changes, I believe so - I will test thoroughly later on :)
MRE:
This structs will be serialized properly in Postcard, but the BindGen results is:
⚠ The trait bound 'Arc<Definition>: GenJsBinding' is not satisfied
I need raw
Definition
around and I would vote against cloning it for the purpose of just serializing it to be send across process via websocket to javascript frontend.I have also the same problem with
RwLock