Skip to main content

read_nested_string_list

Function read_nested_string_list 

Source
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