Skip to main content

run

Function run 

Source
pub fn run<R>(config: Config, passwords: R) -> Result<String, &'static str>
where R: Iterator<Item = String>,