Macro cmd_os

Source
macro_rules! cmd_os {
    ($($cmd:tt)*) => { ... };
}
Expand description

Constructs a command using OsString as string type.