Function var

Source
pub fn var(name: String) -> Option<String>
Expand description

Read an environment variable. If the environment variable is not set, this returns None.