Type Definition test::OptRes

source ·
pub type OptRes = Result<TestOpts, String>;
Expand description

Result of parsing the options.