[go: up one dir, main page]

Map

Type Alias Map 

Source
pub type Map<K, V> = IndexMap<K, V>;
Expand description

The backing store for Config

Aliased Typeยง

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