pub fn get_matches<T: SSS + Render>( items: impl IntoIterator<Item = T>, query: &str, timeout: Duration, f: impl FnMut(&T) -> bool, )
Map f on matches without starting the interface.