Skip to main content

get_installed_packages

Function get_installed_packages 

Source
pub fn get_installed_packages() -> Result<Vec<InstallManifest>, Error>
Expand description

Returns a list of all installed packages across all scopes.

ยงErrors

Returns an error if the store cannot be accessed or manifests cannot be read.