Function osstrs

Source
pub fn osstrs<T: Into<OsString> + AsRef<OsStr>>(
    s: impl AsRef<[T]>,
) -> Vec<OsString>