[][src]Type Definition test::OptRes

type OptRes = Result<TestOpts, String>;

Result of parsing the options.