| 11 | |
| 12 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 13 | pub enum ExecutionMode { |
| 14 | Serial, |
| 15 | Threaded { num_threads: usize }, |
| 16 | } |
| 17 | |
| 18 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 19 | pub enum PartitionStrategy { |
nothing calls this directly
no outgoing calls
no test coverage detected