Module defmt

Module defmt 

Available on crate feature defmt only.
Expand description

Selected [defmt] items.

Macros§

unreachable

Structs§

Debug2Format
An “adapter” type to feed Debug values into defmt macros, which expect defmt::Format values.
Display2Format
An “adapter” type to feed Display values into defmt macros, which expect defmt::Format values.
Formatter
Handle to a defmt logger.
Str
An interned string created via intern!.

Traits§

Format
Trait for types that can be formatted via defmt.

Derive Macros§

Format