Function dotfiles_core::yaml_util::get_string_from_yaml_hash

source ·
pub fn get_string_from_yaml_hash(
    name: &str,
    yaml: &StrictYaml
) -> Result<String, DotfilesError>
Expand description

Gets a specific string setting from a yaml hash

§Errors