toml_table_to_lua

Function toml_table_to_lua 

Source
pub(crate) fn toml_table_to_lua(lua: &Lua, table: &Table) -> LuaResult<LuaTable>
Expand description

Convert a TOML table to a Lua table.