pub trait ProviderConfigUpdate: Send + Sync {
// Required method
fn get_values(&self) -> &HashMap<String, String>;
}
Expand description
Objects that can act as provider configuration updates
Required Methods§
sourcefn get_values(&self) -> &HashMap<String, String>
fn get_values(&self) -> &HashMap<String, String>
Get the configuration values associated with the configuration update