MCPcopy 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*/
3fn main() {
4 struct TS<'a>(&'a u8);
5 enum E<'a, 'b> {
6 _A(&'a u8),
7 _B,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected