Type Definition test::cli::OptRes

source ·
pub type OptRes = Result<TestOpts, String>;
🔬This is a nightly-only experimental API. (test)
Expand description

Result of parsing the options.