1 2 3 4 5
use mlua::prelude::*; pub fn create(lua: Lua) -> LuaResult<LuaValue> { lua.create_table()?.into_lua(&lua) }