Function cargo::ops::cargo_install::is_installed

source ยท
fn is_installed(
    pkg: &Package,
    gctx: &GlobalContext,
    opts: &CompileOptions,
    rustc: &Rustc,
    target: &str,
    root: &Filesystem,
    dst: &Path,
    force: bool
) -> CargoResult<bool>