Function cosmic::iced_widget::combo_box::build_matchers

source ยท
pub fn build_matchers<'a, T>(
    options: impl IntoIterator<Item = T> + 'a,
) -> Vec<String>
where T: Display + 'a,
Expand description

Build matchers from given list of options.