| 91 | |
| 92 | #[derive(Debug, Clone, PartialEq)] |
| 93 | pub struct AntiLeakageDiagnostics { |
| 94 | pub uses_label_span_purging: bool, |
| 95 | pub uses_embargo: bool, |
| 96 | pub total_purged: usize, |
| 97 | pub total_embargoed: usize, |
| 98 | } |
| 99 | |
| 100 | #[derive(Debug, Clone, PartialEq)] |
| 101 | pub struct BacktestDiagnostics { |
nothing calls this directly
no outgoing calls
no test coverage detected