pub type PropMap<K, V> = IndexMap<K, V>;
Available on crate feature
preserve-prop-order
only.Expand description
The structure of the internal storage object properties.
Aliased Type§
pub struct PropMap<K, V> { /* private fields */ }