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