Skip to main content

multi_select_items

Function multi_select_items 

Source
pub fn multi_select_items<T>(label: &str, items: &[T]) -> Vec<T>
where T: Display + Copy,
Expand description

Prompt the user to select multiple items, returning the items themselves.