macro_rules! hex_debug { ($ty: ty) => { ... }; }
Implements Debug trait printing hex representation of the underlying value.
Debug