feat(tlua): impl LuaRead for LuaState
This is mainly useful for capturing the lua context passed to
rust-callbacks for example for use with tlua::error!
.
See test error
in tests/src/tlua/functions_write.rs
for examples.
This is mainly useful for capturing the lua context passed to
rust-callbacks for example for use with tlua::error!
.
See test error
in tests/src/tlua/functions_write.rs
for examples.