[go: up one dir, main page]

Type Definition test::OptRes [] [src]

type OptRes = Result<TestOpts, String>;

Result of parsing the options.