pub type TraceRunId = String;Expand description
Stable identifier for a [lex_trace::TraceTree]. Mirrors the
run_id field on the trace JSON; kept as a String so this
crate doesn’t pull lex-trace in.
Aliased Type§
pub struct TraceRunId { /* private fields */ }