Trait query_core::telemetry::capturing::TxTraceExt
source · pub trait TxTraceExt {
// Required methods
fn into_trace_id(self) -> TraceId;
fn into_trace_context(self) -> Context;
fn as_traceparent(&self) -> String;
}