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 */ }pub type FullyRedacted<T> = Redacted<T, RedactContents>;Convenience wrapper for fully redacting the contents of the value
pub struct FullyRedacted<T> { /* private fields */ }