pub fn remove_chars(input: &str, chars: HashSet<char>) -> String
Returns a new String where all specified characters are removed
String
input
chars