Last active
May 24, 2018 22:22
-
-
Save rippinrobr/d9385434ba950008b73b9c99eada1303 to your computer and use it in GitHub Desktop.
discussion of what the function signrature looks like
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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