Attribute Macro format

Source
#[format]
Expand description

Derive the appropriate “formatting” trait, depending on the feature chosen on the l0g crate.

  • defmt will derive defmt::Format trait
  • log will derive core::fmt::Debug trait
  • no feature is a noop