pub type SpanKey = NonZeroU64;
Expand description
This is the internal type used to identify spans. The value is the unique timestamp from when the span was created.
Aliased Typeยง
pub struct SpanKey(/* private fields */);
pub type SpanKey = NonZeroU64;
This is the internal type used to identify spans. The value is the unique timestamp from when the span was created.
pub struct SpanKey(/* private fields */);