[][src]Macro bitcoin_hashes::hex_fmt_impl

macro_rules! hex_fmt_impl {
    ($imp:ident, $ty:ident) => { ... };
}

Adds hexadecimal formatting implementation of a trait $imp to a given type $ty