| 84 | |
| 85 | #[derive(Debug, Clone, PartialEq)] |
| 86 | pub struct ParallelRunReport<R> { |
| 87 | pub outputs: Vec<R>, |
| 88 | pub metrics: HpcParallelMetrics, |
| 89 | } |
| 90 | |
| 91 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 92 | pub enum HpcParallelError { |
nothing calls this directly
no outgoing calls
no test coverage detected