Skip to main content

get_installed_toolchains

Function get_installed_toolchains 

Source
pub fn get_installed_toolchains() -> Result<Vec<String>>
Expand description

Get installed toolchains via rustup

ยงErrors

Returns an error if rustup is not found or the toolchain list command fails.