Created
October 18, 2020 05:27
-
-
Save LironHazan/4ab7400d094ddabc7325b7afa4866876 to your computer and use it in GitHub Desktop.
snippet 1 for post
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 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