Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-rust-2e
/ TS
Class
TS
Source Code/24-18.rs:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
*/
3
fn main() {
4
struct TS<
'a>(&'
a u8);
5
enum E<
'a, '
b> {
6
_A(&'a u8),
7
_B,
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected