Type Alias salvo_oapi::PropMap

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

The structure of the internal storage object properties.

Aliased Type§

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