Type Alias Env

Source
pub type Env = IndexMap<String, EnvValue>;
Expand description

An environment mapping.

Aliased Typeยง

pub struct Env { /* private fields */ }