Function cosmic::iced_widget::combo_box::search

source ยท
pub fn search<'a, T, A>(
    options: impl IntoIterator<Item = T> + 'a,
    option_matchers: impl IntoIterator<Item = &'a A> + 'a,
    query: &'a str,
) -> impl Iterator<Item = T> + 'a
where A: AsRef<str> + 'a,
Expand description

Search list of options for a given query.