Skip to main content

install

Function install 

Source
pub fn install<S, P>(
    client: &Client,
    platform: &ArtifactsPlatform,
    version: S,
    path: P,
) -> Result<(), Box<dyn Error>>
where S: AsRef<str>, P: AsRef<Path>,
Expand description

Downloads and installs the given installation version to the given directory path.