#[format]
Expand description
Derive the appropriate “formatting” trait, depending on the feature chosen
on the l0g
crate.
defmt
will derivedefmt::Format
traitlog
will derivecore::fmt::Debug
trait- no feature is a noop
#[format]
Derive the appropriate “formatting” trait, depending on the feature chosen
on the l0g
crate.
defmt
will derive defmt::Format
traitlog
will derive core::fmt::Debug
trait