Macro impl_debug_display_as_hex
Source macro_rules! impl_debug_display_as_hex {
($type:ty) => { ... };
}
Expand description
Impls Debug + Display for a ByteArray type formatted as a hex string.
ⓘlexe_byte_array::impl_debug_display_hex!(Measurement);