-
Hi,
I created it like with: Now I want to change the But the compiler is screaming at me:
The protobuf definition is here Please help me to solve this problem. Or tell me a proper way to do it... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I searched for
And it seems this was it! :) |
Beta Was this translation helpful? Give feedback.
I searched for
DerefMut
in issues and encounter this: #54Thanks to that issue I've added
as_mut()
to have a call like this:And it seems this was it! :)