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