Skip to main content

match_choice

Function match_choice 

Source
fn match_choice<T: MatchArg>(input: &str) -> Result<T, MatchArgError>
Expand description

Match a string against the choices of a MatchArg type (exact or partial).