Function cmsis_pack::update::install

source ·
pub fn install<'a, I, P, D>(
    config: &'a D,
    pdsc_list: I,
    progress: P
) -> Result<Vec<PathBuf>, Error>where
    I: IntoIterator<Item = &'a Package> + 'a,
    P: DownloadProgress + 'a,
    D: DownloadConfig,
Expand description

Flatten a list of Vidx Urls into a list of updated CMSIS packs