Skip to content

Instantly share code, notes, and snippets.

@LironHazan
Created October 18, 2020 05:27
Show Gist options
  • Save LironHazan/4ab7400d094ddabc7325b7afa4866876 to your computer and use it in GitHub Desktop.
Save LironHazan/4ab7400d094ddabc7325b7afa4866876 to your computer and use it in GitHub Desktop.
snippet 1 for post
pub fn new(suites_map: HashMap<String, Vec<String>>) -> Self { // builder
Self { suites_map }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment