pub fn read_nested_string_list<A, E, R>(
namespace: &str,
leaf: &[&str],
) -> Effect<A, E, R>where
A: From<Vec<String>> + 'static,
E: From<ConfigError> + 'static,
R: NeedsConfigProvider + 'static,Expand description
nested_path then read_string_list.