Type Alias SpanKey

Source
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 */);