Skip to main content

multi_select

Function multi_select 

Source
pub fn multi_select(items: &[String], title: &str) -> Option<Vec<usize>>
Expand description

Multi-select entry point. Returns selected indices in ascending order, or None if the user cancelled. An empty Vec means the user confirmed with zero selections.