Type Definition url_crawler::PostFetchCallback[][src]

type PostFetchCallback = Arc<Fn(&Url, &HeaderMap) -> bool + Send + Sync>;