pub fn read_string<A, E, R>(path: &[&str]) -> Effect<A, E, R>where A: From<String> + 'static, E: From<ConfigError> + 'static, R: NeedsConfigProvider + 'static,
Required string.