DelegateLowerHex

Derive Macro DelegateLowerHex 

Source
#[derive(DelegateLowerHex)]
{
    // Attributes available to this derive:
    #[dlhex]
    #[dany]
}
Expand description

Derive the LowerHex trait.

Its config attribute is dlhex; alternatively, dany can be used to configure all derived fmt traits.

See crate-level documentation for config examples.