fn handle_names_to_string<'handles, T, It, F>(it: It, get_name: F) -> Stringwhere T: 'handles, It: IntoIterator<Item = Handle<T>>, F: Fn(Handle<T>) -> &'static str,