(&self)
| 90 | } |
| 91 | |
| 92 | fn discover_existing(&self) -> Result<Option<DiscoveredProvider>, ProviderError> { |
| 93 | discover_with_spec(self, &RealDiscoveryContext) |
| 94 | } |
| 95 | |
| 96 | fn credential_env_vars(&self) -> &'static [&'static str] { |
| 97 | self.credential_env_vars |
no test coverage detected