[][src]Function glib::environ_getenv

pub fn environ_getenv<K: AsRef<OsStr>>(
    envp: &[OsString],
    variable: K
) -> Option<OsString>