FullyRedacted

Type Alias FullyRedacted 

Source
pub type FullyRedacted<T> = Redacted<T, RedactContents>;
Expand description

Convenience wrapper for fully redacting the contents of the value

Aliased Typeยง

pub struct FullyRedacted<T> { /* private fields */ }