Trait PasswordEstimator
t_rust_less_lib::secrets_store::estimate
pub trait PasswordEstimator { fn estimate_strength( password: &str, user_inputs: &[&str] ) -> PasswordStrength; }
fn estimate_strength(password: &str, user_inputs: &[&str]) -> PasswordStrength
impl PasswordEstimator for ZxcvbnEstimator