get_string_array

Function get_string_array 

Source
pub fn get_string_array(value: &Yaml) -> Result<Vec<String>, YamlContentErr>
Expand description

Returns an array of string parsed from a YAML.

ยงErrors

If it cannot be parsed.