Function cod_render::ui::fuzzy_select_with_key
source · pub fn fuzzy_select_with_key<T>(
items: Vec<T>,
prompt: impl AsRef<str>
) -> Result<Option<T>>where
T: Display,
pub fn fuzzy_select_with_key<T>(
items: Vec<T>,
prompt: impl AsRef<str>
) -> Result<Option<T>>where
T: Display,