jsonc_parser

Type Alias Map

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

Aliased Typeยง

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