pub fn compare_crawl_ids(
baseline_conn: &Connection,
baseline_crawl_id: &str,
target_conn: &Connection,
target_crawl_id: &str,
) -> Result<CrawlDiff, CompareError>Expand description
Compare two specific crawl IDs within the same or different databases.