[−][src]Type Definition test::OptRes
type OptRes = Result<TestOpts, String>;
🔬 This is a nightly-only experimental API. (
test
)Result of parsing the options.
type OptRes = Result<TestOpts, String>;
test
)Result of parsing the options.