2020-12-14 15:14:26 -07:00

195 B

Structs

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

Book Sections