bitcoin_hashes
macro_rules! hex_fmt_impl { ($imp:ident, $ty:ident) => { ... }; ($imp:ident, $ty:ident, $($gen:ident: $gent:ident),*) => { ... }; }
Adds hexadecimal formatting implementation of a trait $imp to a given type $ty
$imp
$ty