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

Class CustomToppingCamel

test/enum/rust.rs:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72#[derive(Serialize)]
73#[serde(rename_all = "camelCase")]
74struct CustomToppingCamel {
75 name: String,
76 expires_in: NaiveDateTime,
77}
78
79/// All Unit Enums go to union of constant strings
80/// even if have explicit numeric annotations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected