toml_value_to_lua

Function toml_value_to_lua 

Source
pub(crate) fn toml_value_to_lua(lua: &Lua, value: &Value) -> LuaResult<LuaValue>
Expand description

Convert a TOML value to a Lua value, expanding ${VAR} in strings.