mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
201e30bc07
It implements `FromLua` and takes ownership of a Lua userdata value. The semantics is similar to `AnyUserData::take`, preventing any further use from Lua. Closes #686