How to call a rust struct method in a Function
?
#460
Unanswered
Phoenixkaze
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm holding a
Lua
instance in a struct. I want to call a method when aFunction
defined in rust is called in Lua.I tried:
How to do this? Or any better way to do similar things ?
Beta Was this translation helpful? Give feedback.
All reactions