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

Class CustomTopping

test/enum/rust.rs:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65#[tsync]
66struct CustomTopping {
67 name: String,
68 expires_in: NaiveDateTime,
69}
70
71#[tsync]
72#[derive(Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected