Derive Macro FlagsDebug

Source
#[derive(FlagsDebug)]
Expand description

Derive Debug for a flags type.

This macro will use [https://docs.rs/bitflags/latest/bitflags/parser/fn.to_writer.html] to format flags values.