Module process_wrap::std
source · Available on crate feature
std only.Expand description
std-based process-wrap API.
See the crate-level doc for more information.
The recommended usage is to star-import this module:
use process_wrap::std::*;Structs§
- CreationFlagsWindows and
creation-flagsShim wrapper which sets Windows process creation flags. - JobObjectWindows and
job-objectWrapper which creates a job object context for aCommand. - JobObjectChildWindows and
job-objectWrapper forChildwhich waits on all processes within the job. - A thin wrapper around
Child. - A wrapper around a
Commandthat allows for additional functionality to be added.
Traits§
- Wrapper for
std::process::Child. - A trait for adding functionality to a
Command.