Type Alias 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 */ }