Macro bitcoin_hashes::hex_fmt_impl[][src]

macro_rules! hex_fmt_impl {
    ($imp : ident, $ty : ident) => { ... };
    ($imp : ident, $ty : ident, $($gen : ident : $gent : ident), *) => { ... };
}
Expand description

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