Type Definition test::OptRes [] [src]

type OptRes = Result<TestOpts, String>;

Result of parsing the options.