wasmcloud_provider_sdk

Trait ProviderConfigUpdate

Source
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§

Source

fn get_values(&self) -> &HashMap<String, String>

Get the configuration values associated with the configuration update

Implementations on Foreign Types§

Source§

impl ProviderConfigUpdate for &HashMap<String, String>

Implementors§