pub type EnvMap = IndexMap<String, Option<String>>;
Order-preserving env map. None values mean “unset this key”.
None
pub struct EnvMap { /* private fields */ }