MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ParallelRunReport

Class ParallelRunReport

crates/openquant/src/hpc_parallel.rs:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85#[derive(Debug, Clone, PartialEq)]
86pub struct ParallelRunReport<R> {
87 pub outputs: Vec<R>,
88 pub metrics: HpcParallelMetrics,
89}
90
91#[derive(Debug, Clone, PartialEq, Eq)]
92pub enum HpcParallelError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected