Struct bitflags::__core::env::VarsOs
[−]
[src]
pub struct VarsOs {
// some fields omitted
}1.0.0An iterator over a snapshot of the environment variables of this process.
This iterator is created through std::env::vars_os() and yields
(OsString, OsString) pairs.