← effectRedactable5Models1Guards1Destructors2Symbols1ModelsRedactableinterfaceInterface for objects that provide context-aware redacted representations.GuardsisRedactableconstType guard that checks whether a value implements the Redactable interface.DestructorsgetRedactedfunctionReturns the result of calling [symbolRedactable] on a value that is already known to be Redactable.redactfunctionReturns a redacted value if it implements Redactable, otherwise returns it unchanged.SymbolssymbolRedactableconstDefines the symbol used to identify objects that implement the Redactable protocol.