hcl

Type Alias Map

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

The map type used for HCL objects.

Aliased Typeยง

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