pub trait RegistryCredentialExt {
// Required method
fn into_registry_config(self) -> Result<RegistryConfig>;
}
Expand description
Extension trait to enable converting between registry credentials
Required Methods§
sourcefn into_registry_config(self) -> Result<RegistryConfig>
fn into_registry_config(self) -> Result<RegistryConfig>
Convert a RegistryCredential
to a RegistryConfig