Function get_setting_from_yaml_hash

Source
pub fn get_setting_from_yaml_hash(
    name: &str,
    setting_type: &Setting,
    yaml: &StrictYaml,
) -> Result<Setting, DotfilesError>
Expand description

Gets a specific setting from a yaml hash

§Errors