Struct bitflags::__core::env::Args [] [src]

pub struct Args {
    // some fields omitted
}
1.0.0
[]

An iterator over the arguments of a process, yielding a String value for each argument.

This structure is created through the std::env::args method.