Struct bitflags::__core::env::ArgsOs
[−]
[src]
pub struct ArgsOs { // some fields omitted }1.0.0
An iterator over the arguments of a process, yielding an OsString
value
for each argument.
This structure is created through the std::env::args_os
method.