Derive Macro LazyRe

Source
#[derive(LazyRe)]
Expand description

This macro is in charge of generating the Debug implementation for the struct and the ::new method. It is optional to include.

The implementation for the Debug trait will omit all the padding fields.