pub type Environment = HashMap<String, String>;
Mapping of environment variables
pub struct Environment { /* private fields */ }