pub type EventTags = BTreeMap<Vec<u8>, Vec<Value>>;
Expand description

Event tags with values accumulated by key.

Aliased Type§

struct EventTags { /* private fields */ }

Trait Implementations§