Function dotfiles_core::yaml_util::get_integer_from_yaml_hash

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

Gets a specific integer setting from a yaml hash

§Errors