[][src]Type Definition holochain_tracing::span_map::SpanMap

type SpanMap = HashMap<u64, FinishedSpan>;

A HashMap of finished span. Key is span_id.