Struct std::process::Command
[−]
[src]
pub struct Command { pub path: String, pub args: Vec<String>, }
Fields
path | |
args |
pub struct Command { pub path: String, pub args: Vec<String>, }
path | |
args |
impl Command