Type Alias salvo_oapi::PathMap

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

The structure of the internal storage object paths.

Aliased Type§

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