Skip to main content

ObjectMap

Type Alias ObjectMap 

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

Ordered map type for object fields — preserves insertion order.

Aliased Type§

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