Type Definition configuration::ConfigChange [−][src]
type ConfigChange = HashMap<String, ConfigValue>;
type ConfigChange = HashMap<String, ConfigValue>;
impl From<ConfigValue> for ConfigChange
[src]fn from(c: ConfigValue) -> ConfigChange
[src]