PASSWORD_HASH_SEPARATOR

Constant PASSWORD_HASH_SEPARATOR 

Source
pub(crate) const PASSWORD_HASH_SEPARATOR: char = '$';
Expand description

Separator character used in password hashes (e.g. $6$...).