Module process

Source
Expand description

Wrappers for std::process which provide commands in error contexts

Structs§

Child
Wrap std::process::Child to provide the command as error context
ExitStatus
Wrap std::process::ExitStatus to provide the command in error contexts
Output
Isomorphic to std::process::Output except replacing status with the ExitStatus wrapper

Traits§

CommandAnyhow
Extend std::process::Command with anyhow methods