Skip to main content

multi_select

Function multi_select 

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

Prompt the user to select multiple items from a list, returning their indices.

ยงPanics

Panics when terminal input cannot be read.