config

Type Alias Map

Source
pub type Map<K, V> = HashMap<K, V>;

Aliased Typeยง

struct Map<K, V> { /* private fields */ }