Expand description
Module containing derive definitions with their corresponding traits along.
Use it in your import paths, if you do want to import derives along with their traits.
Derive Macrosยง
- Binary
- What
#[derive(Display)]
generates - Display
- What
#[derive(Display)]
generates - Lower
Exp - What
#[derive(Display)]
generates - Lower
Hex - What
#[derive(Display)]
generates - Octal
- What
#[derive(Display)]
generates - Pointer
- What
#[derive(Display)]
generates - Upper
Exp - What
#[derive(Display)]
generates - Upper
Hex - What
#[derive(Display)]
generates