← effectRedacted6Constructors1Models1Refinements1Getters1Instances1Unsafe1ConstructorsmakeconstCreates a Redacted wrapper for a sensitive value.ModelsRedactedinterfaceA wrapper for sensitive values whose string, JSON, and inspection output is redacted.RefinementsisRedactedconstReturns true if a value is a Redacted wrapper.GettersvalueconstRetrieves the original value from a Redacted instance.InstancesmakeEquivalenceconstGenerates an equivalence relation for Redacted<A> values based on an equivalence relation for the underlying values A.UnsafewipeUnsafeconstDeletes the stored value for a Redacted wrapper, making future Redacted.value calls on that wrapper fail.