Skip to main content

PASSWORD_MASK_CHAR

Constant PASSWORD_MASK_CHAR 

Source
pub const PASSWORD_MASK_CHAR: char = '\u{2022}';
Expand description

Default glyph substituted for each scalar under EchoMode::Password: U+2022 BULLET, the platform password convention Qt and the web use. This is the single Rust fallback, used when no PasswordCharacter override is present; the CSS password-character property authors that override per skin.