| 46 | |
| 47 | #[derive(Deserialize, Default)] |
| 48 | struct WebConfig { |
| 49 | port: Option<u16>, |
| 50 | browsers: Option<Vec<String>>, |
| 51 | } |
| 52 | |
| 53 | #[derive(Clone, Debug, Deserialize, Serialize, PartialEq)] |
| 54 | pub enum Platform { |
nothing calls this directly
no outgoing calls
no test coverage detected