[src]

getopts::Result

type Result = Result<Matches, Fail_>;

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