Skip to main content

MasterPassword

Type Alias MasterPassword 

Source
pub type MasterPassword = SensitiveString;
Expand description

A master password. Wrapped to prevent accidental logging.

Aliased Type§

pub struct MasterPassword(Sensitive<String>);

Tuple Fields§

§0: Sensitive<String>