pub type ArgvExecutionRequest = ArgvExecutionRequest;Aliased Type§
pub struct ArgvExecutionRequest {
pub process: ProcessExecutionOptions,
pub command: String,
}Fields§
§process: ProcessExecutionOptions§command: Stringpub type ArgvExecutionRequest = ArgvExecutionRequest;pub struct ArgvExecutionRequest {
pub process: ProcessExecutionOptions,
pub command: String,
}process: ProcessExecutionOptions§command: String