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