Function std::os::getenvExperimental
[-]
[+]
[src]
pub fn getenv(n: &str) -> Option<String>
Fetches the environment variable n
from the current process, returning
None if the variable isn't set.