[src]

test::OptRes

type OptRes = Result<TestOpts, ~str>;

Result of parsing the options.