pub fn exec_stdin<I, S>(
program: &str,
args: I,
input: &str,
) -> Result<ExecOutput, String>Expand description
Run program with input fed to its stdin.
pub fn exec_stdin<I, S>(
program: &str,
args: I,
input: &str,
) -> Result<ExecOutput, String>Run program with input fed to its stdin.