Skip to main content

ShellExecutionRequest

Type Alias ShellExecutionRequest 

Source
pub type ShellExecutionRequest = ShellExecutionRequest;

Aliased Type§

pub struct ShellExecutionRequest {
    pub process: ProcessExecutionOptions,
    pub command: String,
}

Fields§

§process: ProcessExecutionOptions§command: String