Skip to main content

install_manifest

Function install_manifest 

Source
pub fn install_manifest<D: Downloader>(
    downloader: &D,
    override_home: Option<&PathBuf>,
    manifest: Manifest,
) -> Result<InstalledRecord>
Expand description

Install a resolved manifest. Split out so update can reuse the path after re-resolving.