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