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.