Skip to main content

ArgvExecutionRequest

Type Alias ArgvExecutionRequest 

Source
pub type ArgvExecutionRequest = ArgvExecutionRequest;

Aliased Type§

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

Fields§

§process: ProcessExecutionOptions§command: String