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

Class Flatten

test/generic/rust.rs:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[tsync]
22struct Flatten<T> {
23 name: String,
24 #[serde(flatten)]
25 data: Vec<T>,
26}
27
28/**
29 * Test enum represenations w/ generics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected