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

Class CameraControl

test/issue-58/rust.rs:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#[derive(Serialize, Deserialize)]
2#[tsync]
3pub struct CameraControl {
4 pub camera_uuid: String,
5 #[serde(flatten)]
6 pub action: Action,
7}
8
9#[derive(Serialize, Deserialize)]
10#[serde(tag = "action", content = "json")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected