fuzzy_select_with_key

Function fuzzy_select_with_key 

Source
pub fn fuzzy_select_with_key<T>(
    items: &[T],
    prompt: impl AsRef<str>,
    f_display: impl Fn(&T) -> String,
) -> Result<&T>
Expand description

Basically the same as fuzzy_select_with_key_with_default without a default value