Redactable

Derive Macro Redactable 

Source
#[derive(Redactable)]
{
    // Attributes available to this derive:
    #[redact]
}
Expand description

Implements Redactable for a type.

The type must have a Display implementation. This is what will be used to redact the type.

See the crate level documentation for flags and modifiers.