Skip to main content

EnvMap

Type Alias EnvMap 

Source
pub type EnvMap = IndexMap<String, Option<String>>;
Expand description

Order-preserving env map. None values mean “unset this key”.

Aliased Type§

pub struct EnvMap { /* private fields */ }