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

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