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 */);
pub type EventKey = NonZeroU64;
This is the internal type used to identify events. The value is the unique timestamp from when the event was created.
pub struct EventKey(/* private fields */);