fluent_locale

Function convert_vec_str_to_langids_lossy

Source
pub fn convert_vec_str_to_langids_lossy<'a, I, J>(
    input: I,
) -> Vec<LanguageIdentifier>
where I: IntoIterator<Item = J>, J: AsRef<str> + 'a,