venator_engine

Type Alias SpanId

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