Module event

Source
Expand description

Event types for runtimes.

Structs§

EventTag
A key-value pair representing an emitted event that will be emitted as a tag.

Traits§

Event
An event emitted by the runtime.
IntoTags
Provides method for converting event tags into events.

Functions§

etag_for_event
Generate an EventTag corresponding to the passed event triple.

Type Aliases§

EventTags
Event tags with values accumulated by key.