Type Alias PathMap

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

The structure of the internal storage object paths.

Aliased Typeยง

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