Type Definition ConfigChange
configuration
type ConfigChange = HashMap<String, ConfigValue>;
impl From<ConfigValue> for ConfigChange
fn from(c: ConfigValue) -> ConfigChange
Performs the conversion.