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§