handle

Function handle 

Source
pub fn handle(io: ProcessIo) -> Result<ProcessIo>
Available on crate feature std only.
Expand description

The standard, blocking process runtime.

This handler makes use of the standard module std::process to spawn processes and wait for exit status or output.