Skip to main content

get_arg_from_name

Function get_arg_from_name 

Source
pub fn get_arg_from_name<T: FromStr + Default + 'static>(
    args: &mut HashMap<String, Option<String>>,
    names: &[&str],
) -> T