Skip to main content

NotSensitive

Derive Macro NotSensitive 

Source
#[derive(NotSensitive)]
Expand description

Derives a no-op redactable::RedactableContainer implementation.

This is useful for types that are known to be non-sensitive but still need to satisfy RedactableContainer / Redactable bounds.