Type Alias dotfiles_core::settings::Settings

source ·
pub type Settings = HashMap<String, Setting>;
Expand description

The Settings object is a hashmap of option names to a default value

Aliased Type§

struct Settings { /* private fields */ }