get_string_array

Function get_string_array 

Source
pub fn get_string_array(key: &str) -> Option<Vec<String>>
Expand description

this function will return Option<Vec> when you put a key argument.

ยงExample

confmap::get_string_array("testGetStringArray");