Skip to main content

parse_choice

Function parse_choice 

Source
pub fn parse_choice(
    args: &Args,
    name: &str,
    default: &str,
    variants: &[&str],
) -> Result<String, EngineError>