Function zip_blitz::run

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