Function get

Source
pub fn get<T: AsRef<OsStr>>(name: T) -> Option<String>
Available on crate feature env only.
Expand description

Gets the content of an environment variable.

Returns None if the variable does not exist or is not valid UTF-8.