* fix(structs3): Add check to prevent naive implementation * chore(structs3): Add a missed newline after the test I added |
||
|---|---|---|
| .. | ||
| README.md | ||
| structs1.rs | ||
| structs2.rs | ||
| structs3.rs | ||
Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.