Module recorder

Source

Structs§

Event
An event that has been recorded by a Recorder.
Recorder
A recorder captures events from a [tracing::span] and records them to a [mpsc::UnboundedSender]. In order to record events, the recorder’s layer (Recorder::layer) must be installed into the relevant tracing subscriber.
RecorderLayer
The type of layer used by Recorder.
Recording
A recording of events from a Recorder.

Enums§

Value
A value that can appear in an entry. This custom representation serves two purposes: 1) internally, to to manage string buffer reuse; and 2) as a serialization format that may be used with bincode.