Function osstr_to_str_i

Source
pub fn osstr_to_str_i<'a>(val: &[&'a OsStr], i: usize) -> Option<Cow<'a, str>>
Expand description

Convert a OsStr to [Cow<'_, str>].