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