Skip to main content

Map

Type Alias Map 

Source
pub type Map = BTreeMap<Name, Value>;
Expand description

Map of PostgreSQL configuration parameters.

BTreeMap for stable iteration order and dedup-on-key semantics — same shape as ociman::container::EnvironmentVariables.

Aliased Type§

pub struct Map { /* private fields */ }