#[derive(DelegateUpperHex)]
{
// Attributes available to this derive:
#[duhex]
#[dany]
}
Expand description
Derive the UpperHex trait.
Its config attribute is duhex; alternatively, dany can be used
to configure all derived fmt traits.
See crate-level documentation for config examples.