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