pub trait SetPassword { // Required method fn set_password(&mut self, password: &str) -> Option<()>; }