Skip to main content

VendorConfig

Type Alias VendorConfig 

Source
pub type VendorConfig = HashMap<String, Value>;
Expand description

Per-vendor configuration bag: vendor name → arbitrary JSON/YAML value. Each vendor’s section can be deserialized into a typed struct via AppConfig::vendor_config or AppConfig::vendor_config_or_default.

Aliased Type§

pub struct VendorConfig { /* private fields */ }