MCPcopy Create free account
hub / github.com/Wulf/tsync / CaptureConfigurationStruct

Enum CaptureConfigurationStruct

test/enum_newtype/rust.rs:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#[serde(tag = "type", rename_all = "lowercase")]
29#[tsync]
30pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected