| 28 | #[serde(tag = "type", rename_all = "lowercase")] |
| 29 | #[tsync] |
| 30 | pub enum CaptureConfigurationStruct { |
| 31 | Video { pub height: u32, pub width: u32 }, |
| 32 | Redirect, |
| 33 | } |
| 34 | |
| 35 | /// cases below were provided by joaoantoniocardoso on github in the discussion for issue #58 |
| 36 | #[derive(Deserialize, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected