Macro dbg
dbg!() { /* proc-macro */ }
Expand description
Just like the std::dbg!
macro but defmt
is used to log the message at TRACE
level.
dbg!() { /* proc-macro */ }
Just like the std::dbg!
macro but defmt
is used to log the message at TRACE
level.