Function get_user_selection

Source
pub fn get_user_selection<T>(items: &Vec<T>, title: &str) -> (String, usize)
where T: Display,