pub type PathMap<K, V> = IndexMap<K, V>;
The structure of the internal storage object paths.
pub struct PathMap<K, V> { /* private fields */ }