Expand description
Use debug printlns, without the trait bounds (using specialization to find the right impl anyway).
Macros
- Formats the given argument using its
Debugtrait definition and returns thecore::fmt::Argumentscontaining its Debug output, iff the argument’s type implements the Debug trait.
Structs
- A helper type for using with the
debugit!()macro.