Type Definition omake::Env

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

Represents the “raw” environment coming from the OS.