pub fn into_ustr_vec<I, T>(iter: I) -> Vec<Ustr>where I: IntoIterator<Item = T>, T: AsRef<str>,
Convert any iterator of string-like items into a Vec<Ustr>.
Vec<Ustr>