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