Trait async_process::windows::CommandExt [−][src]
pub trait CommandExt {
fn creation_flags(&mut self, flags: u32) -> &mut Command;
}Windows-specific extensions to the Command builder.
Required methods
fn creation_flags(&mut self, flags: u32) -> &mut Command[src]
Sets the process creation flags to be passed to CreateProcess.
These will always be ORed with CREATE_UNICODE_ENVIRONMENT.