Skip to main content

PythonModuleExecutionRequest

Type Alias PythonModuleExecutionRequest 

Source
pub type PythonModuleExecutionRequest = PythonModuleExecutionRequest;

Aliased Type§

pub struct PythonModuleExecutionRequest {
    pub process: ProcessExecutionOptions,
    pub module: String,
}

Fields§

§process: ProcessExecutionOptions§module: String