Exisitng crate solutions for boilerplaty clonning #2366
voidpumpkin
started this conversation in
General
Replies: 1 comment
-
There's many of them listed in the comments of this RFC: rust-lang/rfcs#2407 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when creating callbacks we do a lot of cloning to be able to move data.
Consider this pseudo code:
I know we need to tackle this on yew side as well, but in this discussion specifically i am interested what rust crates exist that would help you reduce the boilerplate code?
Beta Was this translation helpful? Give feedback.
All reactions