macro_rules! impl_display_traits {
{ $($trait:ident),* } => { ... };
}
Expand description
Helper: Declare one or more Display-like implementations for a
Sensitive-like type. These implementations will delegate to their std::fmt
types if safe logging is disabled, and write [scrubbed]
otherwise.