[go: up one dir, main page]

Args

Type Alias Args 

Source
pub type Args = Args;
Available on non-Windows only.
Expand description

Iterator of arguments. Equivalent to std::env::Args. See args for details.

On unix it’s an alias for std::env::Args. On Windows it’s a custom iterator that implements glog expansion.

Aliased Type§

pub struct Args { /* private fields */ }