1 / 10
✦ Verified product
#[derive(Debug)] Developer T-Shirt
GBP 25.00
Color
Size
Slash Star
Verified independent store
→
#[derive(Debug)] tells the compiler to generate a `Debug` implementation for a type, so you can print it with {:?} instead of writing the formatting by hand. Usually the first attr