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

Enum Foo

test/const_enum_numeric/rust.rs:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#[derive(Serialize_repr)]
5#[tsync]
6enum Foo {
7 Bar, // 0
8 Baz = 123, // 123
9 Quux, // 124
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected