pub(crate) fn toml_table_to_lua(lua: &Lua, table: &Table) -> LuaResult<LuaTable>Expand description
Convert a TOML table to a Lua table.
pub(crate) fn toml_table_to_lua(lua: &Lua, table: &Table) -> LuaResult<LuaTable>Convert a TOML table to a Lua table.