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