Type Definition test::OptRes [−][src]
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.