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