You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement universal function binding, it seems impossible to associate the lifetime parameters of LuaMethod with the &self reference of LuaState, otherwise it would compile wrong
In this case, the user should not declare the parameter's lifetime as 'static
Consider the following example:
ezlua v0.3.1
The text was updated successfully, but these errors were encountered: