Macro dock_core::hex_debug

source ·
macro_rules! hex_debug {
    ($ty: ty) => { ... };
}
Expand description

Implements Debug trait printing hex representation of the underlying value.