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