Skip to main content

var

Function var 

Source
pub fn var<K, V>(key: K) -> Result<V>
where K: AsRef<OsStr>, V: FromStr, V::Err: Error + Threadsafe,