embassy-net-nrf91

Crates

git

Versions

default

Flavors

Type Alias TraceWriter

Source
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 */ }