Macro defmt::assert_eq

source ·
assert_eq!() { /* proc-macro */ }
Expand description

Just like the core::assert_eq! macro but defmt is used to log the panic message

If used, the format string must follow the defmt syntax (documented in the manual)