pub type PythonModuleExecutionRequest = PythonModuleExecutionRequest;Aliased Type§
pub struct PythonModuleExecutionRequest {
pub process: ProcessExecutionOptions,
pub module: String,
}Fields§
§process: ProcessExecutionOptions§module: String