This structure mimics the API of `std::process::Command` found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output.| docs.rs
A slice of a path (akin to `str`).| doc.rust-lang.org
A finite heterogeneous sequence, `(T, U, ..)`.| doc.rust-lang.org
The 32-bit unsigned integer type.| doc.rust-lang.org
The boolean type.| doc.rust-lang.org
The `()` type, also called “unit”.| doc.rust-lang.org
Types that can be transferred across thread boundaries.| doc.rust-lang.org