pub fn get_setting(
client_name: &str,
key: &str,
) -> Result<ConfigValue, LangsError>Expand description
Fetches a setting from the config.
pub fn get_setting(
client_name: &str,
key: &str,
) -> Result<ConfigValue, LangsError>Fetches a setting from the config.