Type Alias vector::event::ObjectMap

pub type ObjectMap = BTreeMap<KeyString, Value>;
Expand description

The storage mapping for the Object variant.

Aliased Typeยง

struct ObjectMap { /* private fields */ }