Function std::os::getenv_as_bytesExperimental [-]  [+] [src]

pub fn getenv_as_bytes(n: &str) -> Option<Vec<u8>>

Fetches the environment variable n byte vector from the current process, returning None if the variable isn't set.