Skip to main content

get_matches

Function get_matches 

Source
pub fn get_matches<T: SSS + Render>(
    items: impl IntoIterator<Item = T>,
    query: &str,
    timeout: Duration,
    f: impl FnMut(&T) -> bool,
)
Expand description

Map f on matches without starting the interface.