Type Definition test::cli::OptPartRes

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

Result of parsing the option part.