pub type Trace = TraceRecordBuffer;Expand description
opencoder.py: Trace — compact trace recording buffer.
Records operations and snapshots during tracing. The recorded data
can be iterated via TraceIterator or serialized via encode_trace.
Aliased Type§
pub struct Trace { /* private fields */ }