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

Class Author

test/struct/rust.rs:60–64  ·  view source on GitHub ↗

Struct with flattened field.

Source from the content-addressed store, hash-verified

58#[derive(Serialize)]
59/// Struct with flattened field.
60struct Author {
61 name: String,
62 #[serde(flatten)]
63 name: AuthorName,
64}
65
66#[tsync]
67#[derive(Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected