Structsยง
- Trace
Receiver - Exposes a Read interface for trace data coming from a
TraceSender
, allowing it to be parsed in a streaming fashion. - Trace
Sender - Responsible for sending trace data to a
TraceReceiver
, which will parse the data as it comes in.