extract_string_list

Function extract_string_list 

Source
fn extract_string_list(table: &LuaTable, key: &str) -> Result<Vec<String>>
Expand description

Extract a list of strings from a Lua table field.