pub type SpanId = NonZeroU64;Expand description
This is the external type used to identity a span. This is generated client- side and is unique but only within that connection.
Aliased Typeยง
struct SpanId(/* private fields */);pub type SpanId = NonZeroU64;This is the external type used to identity a span. This is generated client- side and is unique but only within that connection.
struct SpanId(/* private fields */);