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ยง
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.
struct SpanKey(/* private fields */);