[][src]Module functiontrace_server::trace_streamer

Structs

TraceReceiver

Exposes a Read interface for trace data coming from a TraceSender, allowing it to be parsed in a streaming fashion.

TraceSender

Responsible for sending trace data to a TraceReceiver, which will parse the data as it comes in.