pub fn string_set<I, T>(set: I) -> Setwhere
    I: IntoIterator<Item = T>,
    T: Into<String>,
Expand description