Skip to main content

args

Function args 

Source
pub fn args<S: AsRef<str>>(items: &[S]) -> Vec<OsString>
Expand description

Build a Vec<OsString> from a slice of &str/&String literals.