pub fn get_visited<I>(db: &PlacesDb, urls: I) -> Result<Vec<bool>>where I: IntoIterator<Item = Url>, I::IntoIter: ExactSizeIterator,