getopts::Result
[−]
[src]
type Result = Result<Matches, Fail>;
Unstable (
rustc_private
): use the crates.io getopts
library instead
The result of parsing a command line with a set of options.