Type Definition configuration::ConfigChange[][src]

type ConfigChange = HashMap<String, ConfigValue>;

Trait Implementations

impl From<ConfigValue> for ConfigChange[src]