Macros§
- Similar to the
std::dbg!
macro, but generatestracing
events rather than printing to stdout. - Alias of
dbg!
for avoiding conflicts with thestd::dbg!
macro.
🛈 Note: This is pre-release documentation
for the upcoming tracing
0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.