I want to move a non-clonable data from an event to the next state. This is currently not possible because data are passed as references in action's parameters.
If you are willing to review and possibly merge a PR that passes the data as owned values, then I can implement this on my free time. This of-course will be a breaking change.
I want to move a non-clonable data from an event to the next state. This is currently not possible because data are passed as references in action's parameters.
An example of what I'm trying to do:
If you are willing to review and possibly merge a PR that passes the data as owned values, then I can implement this on my free time. This of-course will be a breaking change.