Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-rust-2e
/ SE
Class
SE
Source Code/10-09.rs:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
let _s = S { c:
'a'
, n1: 34, n2: 782, n3: 0.02 };
12
struct SE<T1, T2> (char, T1, T1, T2);
13
let _se = SE (
'a'
, 34, 782, 0.02);
14
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected