into_ustr_vec

Function into_ustr_vec 

Source
pub fn into_ustr_vec<I, T>(iter: I) -> Vec<Ustr>
where I: IntoIterator<Item = T>, T: AsRef<str>,
Expand description

Convert any iterator of string-like items into a Vec<Ustr>.