| 117 | |
| 118 | #[derive(Debug, Clone, PartialEq)] |
| 119 | pub struct ParallelStreamingReport { |
| 120 | pub stream_summaries: Vec<StreamSummary>, |
| 121 | pub parallel_metrics: crate::hpc_parallel::HpcParallelMetrics, |
| 122 | } |
| 123 | |
| 124 | #[derive(Debug, Clone, PartialEq)] |
| 125 | pub struct VpinState { |
nothing calls this directly
no outgoing calls
no test coverage detected