Skip to main content

select

Function select 

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

Prompt the user to select one item from a list, returning its index.

ยงPanics

Panics when terminal input cannot be read.