pub type TraceReader<'a> = Reader<'a, NoopRawMutex, TRACE_BUF>;Expand description
Represents the reader half of the trace buffer.
Aliased Typeยง
pub struct TraceReader<'a> { /* private fields */ }pub type TraceReader<'a> = Reader<'a, NoopRawMutex, TRACE_BUF>;Represents the reader half of the trace buffer.
pub struct TraceReader<'a> { /* private fields */ }