[][src]Function broot::conf::toml::string_array_field

pub fn string_array_field(tbl: &Table, field_name: &str) -> Option<Vec<String>>

try to read the field_name property of the given value, as an array of strings. Return None if the type isn't compatible