pub type RegistryCredentialMap = HashMap<String, RegistryCredential>;
Expand description

A set of credentials to be used for fetching from specific registries

Aliased Type§

struct RegistryCredentialMap { /* private fields */ }