Env

Type Alias Env 

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

Represents the “raw” environment coming from the OS.

Aliased Type§

pub struct Env { /* private fields */ }