Function sgx_tstd::env::vars_os [−][src]
ⓘImportant traits for VarsOs
pub fn vars_os() -> VarsOs
Returns an iterator of (variable, value) pairs of OS strings, for all the environment variables of the current process.
The returned iterator contains a snapshot of the process's environment variables at the time of this invocation. Modifications to environment variables afterwards will not be reflected in the returned iterator.