Module functiontrace_server::trace_streamer
source · Structs
- Exposes a Read interface for trace data coming from a
TraceSender
, allowing it to be parsed in a streaming fashion. - Responsible for sending trace data to a
TraceReceiver
, which will parse the data as it comes in.