Function anyhow_std::env::var_os
source · pub fn var_os<K>(key: K) -> Result<OsString>where
K: AsRef<OsStr>,Expand description
Wrap std::env::var_os, converting None to an error with key in error context
pub fn var_os<K>(key: K) -> Result<OsString>where
K: AsRef<OsStr>,Wrap std::env::var_os, converting None to an error with key in error context