config

Type Alias Map

source
pub type Map<K, V> = IndexMap<K, V>;

Aliased Typeยง

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