dipper::oapi

Type Alias PropMap

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

The structure of the internal storage object properties.

Aliased Typeยง

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