[][src]Function tracing_honeycomb::register_dist_tracing_root

pub fn register_dist_tracing_root(
    trace_id: TraceId,
    remote_parent_span: Option<SpanId>
) -> Result<(), TraceCtxError>

Register the current span as the local root of a distributed trace.

Specialized to the honeycomb.io-specific SpanId and TraceId provided by this crate.