Replies: 1 comment
-
This is not really the place to ask questions about the borrow checker, but in this case the solution is rather simple:
|
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
-
Hi, in my Panel I have a Scrollable list with a grid, with items numbered through from 1 to n.
each item has a details button. Now I would like to open a new window for an arbitrary item on click.
My first solution won't work because of borrow checking, how can I solve this without interior mutability?
I think I'm thinking too complicated haha, many thanks
Beta Was this translation helpful? Give feedback.
All reactions