Macro bitcoin_hashes::hex_fmt_impl
source · macro_rules! hex_fmt_impl { ($reverse:expr, $len:expr, $ty:ident) => { ... }; ($reverse:expr, $len:expr, $ty:ident, $($gen:ident: $gent:ident),*) => { ... }; }
Expand description
Adds hexadecimal formatting implementation of a trait $imp
to a given type $ty
.