pub trait TxTraceExt {
    // Required methods
    fn into_trace_id(self) -> TraceId;
    fn into_trace_context(self) -> Context;
    fn as_traceparent(&self) -> String;
}

Required Methods§

Implementors§