Crate debugit [] [src]

Use debug printlns, without the trait bounds (using specialization to find the right impl anyway).

Macros

debugit

Print a message, and then each value's debug representation (if it has one)

Structs

DebugIt

This type always implements Debug. Uses specialization to use the inner value's Debug (which it should basically always have).