pub const fn redact_option<T: ?Sized>(value: Option<&T>) -> Option<&'static str>
Replaces a present value with REDACTED while preserving absence.
REDACTED
This is intended for optional secret fields in Debug implementations.
Debug