SecretValue

Type Alias SecretValue 

Source
pub type SecretValue = Zeroizing<String>;
Expand description

A secret value that is automatically zeroed when dropped.

Aliased Typeยง

pub struct SecretValue(/* private fields */);