Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/tsync
/ IsTuple
Class
IsTuple
test/issue-43/rust.rs:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
#[tsync]
13
struct IsTuple(i32, String);
14
15
#[tsync]
16
struct IsTupleComplex(i32, String, (String, (i32, i32)));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected