Type Alias EventKey

Source
pub type EventKey = NonZeroU64;
Expand description

This is the internal type used to identify events. The value is the unique timestamp from when the event was created.

Aliased Typeยง

pub struct EventKey(/* private fields */);