Function cwa::env::get[][src]

pub fn get(key: &str) -> Option<String>

Returns the environment variable associated with key. If there is no environment variable with the specified key or the value is not valid UTF-8, None is returned.