rustlings_solutions/structs/README.md
2024-01-17 14:52:52 -05:00

274 B

Structs

Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.

Further information