Skip to main content

read_string_list

Function read_string_list 

Source
pub fn read_string_list<A, E, R>(path: &[&str]) -> Effect<A, E, R>
where A: From<Vec<String>> + 'static, E: From<ConfigError> + 'static, R: NeedsConfigProvider + 'static,
Expand description

Sequence of strings split by ConfigProvider::seq_delim.