Skip to main content

PythonFileExecutionRequest

Type Alias PythonFileExecutionRequest 

Source
pub type PythonFileExecutionRequest = PythonFileExecutionRequest;

Aliased Type§

pub struct PythonFileExecutionRequest {
    pub process: ProcessExecutionOptions,
    pub path: String,
}

Fields§

§process: ProcessExecutionOptions§path: String