are_installed

Function are_installed 

Source
pub fn are_installed(programs: &Vec<Program>) -> bool
Expand description

Iterates the programs vec and calls .is_installed() on each of them. Returns true if they are installed and false otherwise.