Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Last active May 24, 2018 22:22
Show Gist options
  • Save rippinrobr/d9385434ba950008b73b9c99eada1303 to your computer and use it in GitHub Desktop.
Save rippinrobr/d9385434ba950008b73b9c99eada1303 to your computer and use it in GitHub Desktop.
discussion of what the function signrature looks like
pub fn get_page_links<'a, F>(client: &'a wikipedia::Wikipedia::<wikipedia::http::default::Client>,
title: String,
save_action: F)
where F: Fn(LinkProcessed) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment