Function dotfiles_core::yaml_util::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