Type Definition getopts::Result [] [src]

type Result = Result<Matches, Fail>;
🔬 This is a nightly-only experimental API. (rustc_private)

use the crates.io getopts library instead

The result of parsing a command line with a set of options.