pub type KeyValueMap = HashMap<String, String>;

Aliased Type§

struct KeyValueMap { /* private fields */ }