[][src]Function places::storage::history::get_visited

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