Module defmt
Available on crate feature
defmt only.Expand description
Selected [defmt] items.
Macros§
Structs§
- Debug2
Format - An “adapter” type to feed
Debugvalues into defmt macros, which expectdefmt::Formatvalues. - Display2
Format - An “adapter” type to feed
Displayvalues into defmt macros, which expectdefmt::Formatvalues. - Formatter
- Handle to a defmt logger.
- Str
- An interned string created via
intern!.
Traits§
- Format
- Trait for types that can be formatted via defmt.