| 359 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 360 | #[serde(rename_all = "snake_case")] |
| 361 | pub enum FuzzMode { |
| 362 | Fuzzed, |
| 363 | RoundRobin, |
| 364 | } |
| 365 | |
| 366 | impl std::fmt::Display for FuzzMode { |
| 367 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected