pub fn var<K>(key: K) -> Result<String>where K: AsRef<OsStr>,
Wrap std::env::var providing key in error context
key